commit aa0ee81dd944d67e352549b3cef13b9488c69a62
parent d289a7f43089b75f097bec1a6d33905dd5d0543e
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 26 Sep 2023 18:35:18 +0200
just tested with Postgres 13, had odd problems with arrays, pg15 works nicely, let's not support ancient PG versions in the future
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
libjansson-dev (>= 2.13),
libltdl-dev (>=2.2),
libmicrohttpd-dev (>=0.9.71),
- libpq-dev (>=13),
+ libpq-dev (>=15),
libsodium-dev (>=1.0.11),
libunistring-dev (>=0.9.2),
python3-jinja2,