Skip to content

Commit

Permalink
create REL_16_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
adunstan committed Jun 30, 2023
1 parent bb99458 commit 7bf0ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7bf0ed5

Please sign in to comment.