Skip to content

Commit

Permalink
Adjust extensions build/installation process for pg16
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
hughcapet committed Nov 13, 2023
1 parent 0d7d8b9 commit b75fdd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion postgres-appliance/build_scripts/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b75fdd6

Please sign in to comment.