Date: Thursday, February 9, 2023 @ 17:45:57
Author: freswa
Revision: 468435
add support for zstd toast compression
implements FS#75295
Modified:
postgresql/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-09 17:05:39 UTC (rev 468434)
+++ PKGBUILD 2023-02-09 17:45:57 UTC (rev 468435)
@@ -5,7 +5,7 @@
pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
pkgver=15.1
_majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=3
pkgdesc='Sophisticated object-relational DBMS'
url='https://www.postgresql.org/'
arch=('x86_64')
@@ -81,6 +81,7 @@
--with-llvm
--with-libxslt
--with-lz4
+ --with-zstd
--enable-nls
--enable-thread-safety
--disable-rpath
@@ -168,7 +169,7 @@
backup=('etc/pam.d/postgresql' 'etc/logrotate.d/postgresql')
depends=("postgresql-libs>=${pkgver}" 'krb5' 'libxml2' 'readline>=6.0'
'openssl>=1.0.0' 'pam' 'icu' 'systemd-libs' 'libldap' 'llvm-libs'
- 'libxslt' 'lz4')
+ 'libxslt' 'lz4' 'zstd')
optdepends=('python: for PL/Python 3 support'
'perl: for PL/Perl support'
'tcl: for PL/Tcl support'