diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-26 18:35:13 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-26 18:35:13 +0200 |
commit | 89fb2d50127611f739ae193c009007c9b0ef546e (patch) | |
tree | aaf43d1389ad0c27aa88eb52d41a9a8cdf0b2a2b /debian | |
parent | e813de6090b4fb9f4087e4f5523ef08b1f68d760 (diff) |
just tested with Postgres 13, had odd problems with arrays, pg15 works nicely, let's not support ancient PG versions in the future
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 362e86ad..edc5b8f6 100644 --- 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, |