commit 4cb56c87947b5e51e2d2d88fc5b902c8ffe88bd3
parent a7bdbf935e803eef66f9696553ca50610bb8edf1
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 22 Dec 2021 06:51:36 -0500
Bump minimum PostgreSQL version to 12
As of late 2021, Exchange uses references to a partitioned table,
which is only supported in PostgreSQL 12 and up.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frags/list-of-dependencies.rst b/frags/list-of-dependencies.rst
@@ -14,7 +14,7 @@
- libjansson >= 2.7
-- PostgreSQL >= 11, including libpq
+- PostgreSQL >= 12, including libpq
- GNU libmicrohttpd >= 0.9.71