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 ea672bc commit a824568Copy full SHA for a824568
travis/pg-travis-test.sh
@@ -79,7 +79,7 @@ if [ $status -ne 0 ]; then exit $status; fi
79
# add pg_pathman to shared_preload_libraries and restart cluster 'test'
80
echo "shared_preload_libraries = 'pg_pathman'" >> $CLUSTER_PATH/postgresql.conf
81
echo "port = 55435" >> $CLUSTER_PATH/postgresql.conf
82
-$pg_ctl_path -D $CLUSTER_PATH start -l postgres.log
+$pg_ctl_path -D $CLUSTER_PATH start -l postgres.log -w
83
84
# run regression tests
85
PGPORT=55435 PGUSER=$USER PG_CONFIG=$config_path make installcheck USE_PGXS=1 || status=$?
0 commit comments