Skip to content

Commit fc93cb9

Browse files
committed
Update required PostgreSQL in pgxn meta data
Support for pg12 has already been removed from the code, and 2.3.2 will only support pg13 and above.
1 parent 870a497 commit fc93cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prereqs": {
2222
"runtime": {
2323
"requires": {
24-
"PostgreSQL": "12.0.0"
24+
"PostgreSQL": "13.0.0"
2525
}
2626
}
2727
},

0 commit comments

Comments
 (0)