Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ildus committed Jul 24, 2020
1 parent 7496556 commit f639adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ make USE_PGXS=1 install
status=$?
if [ $status -ne 0 ]; then exit $status; fi

echo "shared_preload_libraries = 'pg_querylog'" >> $PGDATA/postgresql.conf
echo "session_preload_libraries = 'pg_querylog'" >> $PGDATA/postgresql.conf
echo "port = 55435" >> $PGDATA/postgresql.conf
pg_ctl start -l /tmp/postgres.log -w

Expand Down

0 comments on commit f639adb

Please sign in to comment.