diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-26 18:35:18 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-26 18:35:18 +0200 |
commit | aa0ee81dd944d67e352549b3cef13b9488c69a62 (patch) | |
tree | 70839d7852783fa683aa3f7582d990cfc0dd1878 /debian/control | |
parent | d289a7f43089b75f097bec1a6d33905dd5d0543e (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/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e50e76ecf..d4ba9f5b8 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, |