commit b20f01702f673607aa18c5f476d973971c2f7d2c
parent 8415fcc53d812bfb551c1ef07733c02410eece78
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 26 Sep 2023 18:35:23 +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, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
libgnunet-dev (>=0.20),
libtalerexchange-dev (>= 0.9.3),
libtalermerchant-dev (>= 0.9.3),
- libpq-dev (>=13.0),
+ libpq-dev (>=15.0),
pkg-config,
po-debconf,
zlib1g-dev,
@@ -51,7 +51,7 @@ Depends:
${misc:Depends},
${shlibs:Depends}
Recommends:
- postgresql (>=13.0),
+ postgresql (>=15.0),
apache2 | nginx | httpd
Description: GNU Taler's encrypted backup store.
.