From 7bf0ed5cb5e413e236c40490e82996237107a29f Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Fri, 30 Jun 2023 06:36:55 -0400 Subject: [PATCH] create REL_16_STABLE --- redis_fdw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis_fdw.c b/redis_fdw.c index 8f3c240..94f4be6 100644 --- a/redis_fdw.c +++ b/redis_fdw.c @@ -22,7 +22,7 @@ #include "postgres.h" /* check that we are compiling for the right postgres version */ -#if PG_VERSION_NUM < 160000 +#if PG_VERSION_NUM < 160000 || PG_VERSION_NUM >= 170000 #error wrong Postgresql version this branch is only for 16. #endif