Skip to content

Commit 9343f3d

Browse files
committed
Turn synchronous commit on in daemons.go script.
1 parent e5b999c commit 9343f3d

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)