Skip to content

Commit 97c3440

Browse files
committed
-
1 parent 19aef80 commit 97c3440

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/pg_exchange/gcp/init.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ initdb -D $PGDATA
3131
echo "shared_preload_libraries = 'postgres_fdw, pg_exchange'" >> $PGDATA/postgresql.conf
3232
echo "listen_addresses = '*'" >> $PGDATA/postgresql.conf
3333
echo "host all all 0.0.0.0/0 trust" >> $PGDATA/pg_hba.conf
34+
echo "enable_mergejoin = 'off'" >> $PGDATA/postgresql.conf
35+
echo "enable_mergejoin = 'off'" >> $PGDATA/postgresql.conf
36+
echo "enable_mergejoin = 'off'" >> $PGDATA/postgresql.conf
3437

3538
pg_ctl -w -c -D $PGDATA -l logfile.log start
3639
createdb

0 commit comments

Comments
 (0)