We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ac647 commit 9f1b5a2Copy full SHA for 9f1b5a2
pg_squeeze.c
@@ -58,8 +58,8 @@ extern PGDLLIMPORT int wal_segment_size;
58
extern PGDLLIMPORT bool FirstSnapshotSet;
59
#endif
60
61
-#if PG_VERSION_NUM < 120000
62
-#error "PostgreSQL version 12 or higher is required"
+#if PG_VERSION_NUM < 130000
+#error "PostgreSQL version 13 or higher is required"
63
64
65
#ifdef PG_MODULE_MAGIC_EXT
0 commit comments