From b75fdd68823f728d16679c9e3a6edcf770e6d6cf Mon Sep 17 00:00:00 2001 From: Polina Bungina Date: Sun, 12 Nov 2023 13:11:20 +0100 Subject: [PATCH] Adjust extensions build/installation process for pg16 * Build plprofiler from source * More extensions support pg16: plprofiler, pgl-ddl-deploy * Small refactoring, as we don't include pg10 anymore: always install/build decoderbufs, pgvector, pg_mon; never install amcheck (it is in contrib); no need in $POSTGIS_SUPER_LEGACY. * Remove pg_tm_aux, plantuner * Pllua was accidentally not installed for pg15 --- postgres-appliance/build_scripts/base.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/postgres-appliance/build_scripts/base.sh b/postgres-appliance/build_scripts/base.sh index eef65358c..7f25a63a0 100644 --- a/postgres-appliance/build_scripts/base.sh +++ b/postgres-appliance/build_scripts/base.sh @@ -54,7 +54,6 @@ fi curl -sL "https://github.com/zalando-pg/bg_mon/archive/$BG_MON_COMMIT.tar.gz" | tar xz curl -sL "https://github.com/zalando-pg/pg_auth_mon/archive/$PG_AUTH_MON_COMMIT.tar.gz" | tar xz curl -sL "https://github.com/cybertec-postgresql/pg_permissions/archive/$PG_PERMISSIONS_COMMIT.tar.gz" | tar xz -curl -sL "https://github.com/hughcapet/pg_tm_aux/archive/$PG_TM_AUX_COMMIT.tar.gz" | tar xz curl -sL "https://github.com/zubkov-andrei/pg_profile/archive/$PG_PROFILE.tar.gz" | tar xz git clone -b "$SET_USER" https://github.com/pgaudit/set_user.git git clone https://github.com/timescale/timescaledb.git