commit 89fb2d50127611f739ae193c009007c9b0ef546e
parent e813de6090b4fb9f4087e4f5523ef08b1f68d760
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 26 Sep 2023 18:35:13 +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
@@ -10,7 +10,7 @@ Build-Depends:
gettext,
libgnunet-dev (>=0.20),
libtalerexchange-dev (>=0.9.3),
- libpq-dev (>=13.0),
+ libpq-dev (>=15.0),
po-debconf,
libqrencode-dev,
zlib1g-dev,