We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ba818 commit b925308Copy full SHA for b925308
postgresql_extension_template.c
@@ -4,7 +4,7 @@
4
PG_MODULE_MAGIC;
5
6
/* Abost compilation against unsupported versions. */
7
-#if PG_VERSION_NUM < 120000
+#if PG_VERSION_NUM < 140000
8
#error "Unsupported PostgreSQL Version"
9
#endif
10
0 commit comments