[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-sync] branch master updated: just tested with Postgres 13, had od
From: |
gnunet |
Subject: |
[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 |
Date: |
Tue, 26 Sep 2023 18:35:25 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository sync.
The following commit(s) were added to refs/heads/master by this push:
new b20f017 just tested with Postgres 13, had odd problems with arrays,
pg15 works nicely, let's not support ancient PG versions in the future
b20f017 is described below
commit b20f01702f673607aa18c5f476d973971c2f7d2c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Sep 26 18:35:23 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 | 4 ++--
doc/prebuilt | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index a693697..35b0897 100644
--- 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.
.
diff --git a/doc/prebuilt b/doc/prebuilt
index 1576678..748bf62 160000
--- a/doc/prebuilt
+++ b/doc/prebuilt
@@ -1 +1 @@
-Subproject commit 1576678c0f195e07c1e1d84a9952ccd17106c0ec
+Subproject commit 748bf62c7d3342343092f05bb9c02a1145178864
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [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,
gnunet <=