Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: pranav jain <[email protected]>
  • Loading branch information
pranavJ23 committed Jan 10, 2025
1 parent 36b0a32 commit b388871
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ runs:
# adding the patch to fix BABEL-4600 to test in Github
sed -i '${SED_LINE_NUMBER} s/^ else$/ else if (auditEventStack != NULL)/' pgaudit.c
make install USE_PGXS=1 PG_CONFIG=~/psql/bin/pg_config
cd ../psql
cd ~/${{ inputs.install_dir }}
echo "Current shared_preload_libraries setting:"
grep -i "shared_preload_libraries" data/postgresql.conf
sudo sed -i 's/^shared_preload_libraries .*$/shared_preload_libraries = '\''babelfishpg_tds, pg_stat_statements,pgaudit'\''/g' data/postgresql.conf
echo "Updated shared_preload_libraries setting:"
grep -i "shared_preload_libraries" data/postgresql.conf
echo "everything set"
Expand Down

0 comments on commit b388871

Please sign in to comment.