Skip to content

Commit

Permalink
Update available extensions for pg16 (#934)
Browse files Browse the repository at this point in the history
* Update available extensions for pg16
  • Loading branch information
idanovinda authored Oct 11, 2023
1 parent 9f4f7d3 commit 50f66a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions postgres-appliance/build_scripts/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,13 @@ for version in $DEB_PG_SUPPORTED_VERSIONS; do
"postgresql-${version}-first-last-agg"
"postgresql-${version}-hll"
"postgresql-${version}-hypopg"
"postgresql-${version}-plproxy"
"postgresql-${version}-partman"
"postgresql-${version}-pgaudit"
"postgresql-${version}-pldebugger"
"postgresql-${version}-pglogical"
"postgresql-${version}-pglogical-ticker"
"postgresql-${version}-plpgsql-check"
"postgresql-${version}-pg-checksums"
"postgresql-${version}-pgq-node"
"postgresql-${version}-postgis-${POSTGIS_VERSION%.*}"
Expand All @@ -93,12 +98,7 @@ for version in $DEB_PG_SUPPORTED_VERSIONS; do
"postgresql-${version}-wal2json")

if [ "$version" != "16" ]; then
EXTRAS+=("postgresql-${version}-plproxy"
"postgresql-${version}-partman"
"postgresql-${version}-pglogical"
"postgresql-${version}-pglogical-ticker"
"postgresql-${version}-plpgsql-check"
"postgresql-${version}-pgl-ddl-deploy")
EXTRAS+=("postgresql-${version}-pgl-ddl-deploy")
fi

if [ "$version" != "15" ]; then
Expand Down

0 comments on commit 50f66a2

Please sign in to comment.