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 19aef80 commit 97c3440Copy full SHA for 97c3440
contrib/pg_exchange/gcp/init.sh
@@ -31,6 +31,9 @@ initdb -D $PGDATA
31
echo "shared_preload_libraries = 'postgres_fdw, pg_exchange'" >> $PGDATA/postgresql.conf
32
echo "listen_addresses = '*'" >> $PGDATA/postgresql.conf
33
echo "host all all 0.0.0.0/0 trust" >> $PGDATA/pg_hba.conf
34
+echo "enable_mergejoin = 'off'" >> $PGDATA/postgresql.conf
35
36
37
38
pg_ctl -w -c -D $PGDATA -l logfile.log start
39
createdb
0 commit comments