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

Commit9343f3d

Browse files
committed
Turn synchronous commit on in daemons.go script.
1 parente5b999c commit9343f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/pg_dtm/tests/daemons.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func postgres(bin string, datadir string, dtmservers []string, port int, nodeid
113113
"-c","dtm.servers="+strings.Join(dtmservers,","),
114114
"-c","autovacuum=off",
115115
"-c","fsync=off",
116-
"-c","synchronous_commit=off",
116+
"-c","synchronous_commit=on",
117117
"-c","shared_preload_libraries=pg_dtm",
118118
}
119119
name:="postgres "+datadir

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp