We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbfcba commit 0dd954aCopy full SHA for 0dd954a
run_tests.sh
@@ -49,7 +49,7 @@ status=$?
49
if [ $status -ne 0 ]; then exit $status; fi
50
51
# add pg_wait_sampling to shared_preload_libraries and restart cluster 'test'
52
-echo "shared_preload_libraries = 'pg_wait_sampling'" >> $PGDATA/postgresql.conf
+echo "shared_preload_libraries = 'pg_stat_statements,pg_wait_sampling'" >> $PGDATA/postgresql.conf
53
echo "port = 55435" >> $PGDATA/postgresql.conf
54
pg_ctl start -l /tmp/postgres.log -w
55
0 commit comments