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 e6390fc commit 0ef9416Copy full SHA for 0ef9416
.github/workflows/installcheck.yml
@@ -13,11 +13,11 @@ jobs:
13
strategy:
14
matrix:
15
pgversion:
16
+ - 17
17
- 16
18
- 15
19
- 14
20
- 13
- - 12
21
22
env:
23
PGVERSION: ${{ matrix.pgversion }}
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 < 130000
8
#error "Unsupported PostgreSQL Version"
9
#endif
10
0 commit comments