[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: just tested with Postgres 13, h
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: just tested with Postgres 13, had odd problems with arrays, pg15 works nicely, let's not support ancient PG versions in the future |
Date: |
Tue, 26 Sep 2023 18:35:20 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new aa0ee81d just tested with Postgres 13, had odd problems with arrays,
pg15 works nicely, let's not support ancient PG versions in the future
aa0ee81d is described below
commit aa0ee81dd944d67e352549b3cef13b9488c69a62
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Sep 26 18:35:18 2023 +0200
just tested with Postgres 13, had odd problems with arrays, pg15 works
nicely, let's not support ancient PG versions in the future
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index e50e76ec..d4ba9f5b 100644
--- 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,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- Prev by Date:
[taler-merchant] branch master updated: just tested with Postgres 13, had odd problems with arrays, pg15 works nicely, let's not support ancient PG versions in the future
- Next by Date:
[taler-sync] branch master updated: just tested with Postgres 13, had odd problems with arrays, pg15 works nicely, let's not support ancient PG versions in the future
- Previous by thread:
[taler-exchange] branch master updated: just tested with Postgres 13, had odd problems with arrays, pg15 works nicely, let's not support ancient PG versions in the future
- Next by thread:
[taler-merchant] branch master updated: just tested with Postgres 13, had odd problems with arrays, pg15 works nicely, let's not support ancient PG versions in the future
- Index(es):