Skip to content

Commit 9f1b5a2

Browse files
committed
Drop PostgreSQL 12 support
12 and below.
1 parent 66ac647 commit 9f1b5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pg_squeeze.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ extern PGDLLIMPORT int wal_segment_size;
5858
extern PGDLLIMPORT bool FirstSnapshotSet;
5959
#endif
6060

61-
#if PG_VERSION_NUM < 120000
62-
#error "PostgreSQL version 12 or higher is required"
61+
#if PG_VERSION_NUM < 130000
62+
#error "PostgreSQL version 13 or higher is required"
6363
#endif
6464

6565
#ifdef PG_MODULE_MAGIC_EXT

0 commit comments

Comments
 (0)