Skip to content

Commit

Permalink
always build plprofiler
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovinda committed Sep 26, 2024
1 parent 8810398 commit 4c2ce00
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 @@ -158,10 +158,7 @@ for version in $DEB_PG_SUPPORTED_VERSIONS; do

EXTRA_EXTENSIONS=()
if [ "$DEMO" != "true" ]; then
EXTRA_EXTENSIONS+=("pg_mon-${PG_MON_COMMIT}")
if [ "$version" != "17" ]; then
EXTRA_EXTENSIONS+=("plprofiler")
fi
EXTRA_EXTENSIONS+=("plprofiler" "pg_mon-${PG_MON_COMMIT}")
fi

for n in bg_mon-${BG_MON_COMMIT} \
Expand Down

0 comments on commit 4c2ce00

Please sign in to comment.