Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit97c3440

Browse files
committed
-
1 parent19aef80 commit97c3440

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)

[8]ページ先頭

©2009-2025 Movatter.jp