Skip to content

Commit

Permalink
Decoderbufs for pg17
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcapet committed Nov 19, 2024
1 parent ba2d314 commit a122186
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions postgres-appliance/build_scripts/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,9 @@ for version in $DEB_PG_SUPPORTED_VERSIONS; do
"postgresql-${version}-postgis-${POSTGIS_VERSION%.*}-scripts"
"postgresql-${version}-repack"
"postgresql-${version}-wal2json"
"postgresql-${version}-decoderbufs"
"postgresql-${version}-pllua"
"postgresql-${version}-pgvector")

if [ "$version" != "17" ]; then
EXTRAS+=("postgresql-${version}-decoderbufs")
fi

if [ "$WITH_PERL" = "true" ]; then
EXTRAS+=("postgresql-plperl-${version}")
Expand Down

0 comments on commit a122186

Please sign in to comment.