Skip to content

Commit b925308

Browse files
committed
Drop unsupported PostgreSQL versions
1 parent a8ba818 commit b925308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql_extension_template.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PG_MODULE_MAGIC;
55

66
/* Abost compilation against unsupported versions. */
7-
#if PG_VERSION_NUM < 120000
7+
#if PG_VERSION_NUM < 140000
88
#error "Unsupported PostgreSQL Version"
99
#endif
1010

0 commit comments

Comments
 (0)