Skip to content

Commit 0dd954a

Browse files
author
Maksim Milyutin
committed
Add pg_stat_statements to shared_preload_libraries in run_test.sh
1 parent abbfcba commit 0dd954a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ status=$?
4949
if [ $status -ne 0 ]; then exit $status; fi
5050

5151
# add pg_wait_sampling to shared_preload_libraries and restart cluster 'test'
52-
echo "shared_preload_libraries = 'pg_wait_sampling'" >> $PGDATA/postgresql.conf
52+
echo "shared_preload_libraries = 'pg_stat_statements,pg_wait_sampling'" >> $PGDATA/postgresql.conf
5353
echo "port = 55435" >> $PGDATA/postgresql.conf
5454
pg_ctl start -l /tmp/postgres.log -w
5555

0 commit comments

Comments
 (0)