Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2c4f5b4

Browse files
committed
Use --nosync during make check's initdb call.
We left this out of commit b966dd6 so as to get some more buildfarm testing of the new fsync code in initdb. But since no problems have turned up, it's probably time to save the cycles.
1 parent 1f115d9 commit 2c4f5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/pg_regress.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@ regression_main(int argc, char *argv[], init_function ifunc, test_function tfunc
21502150
/* initdb */
21512151
header(_("initializing database system"));
21522152
snprintf(buf, sizeof(buf),
2153-
SYSTEMQUOTE "\"%s/initdb\" -D \"%s/data\" -L \"%s\" --noclean%s%s > \"%s/log/initdb.log\" 2>&1" SYSTEMQUOTE,
2153+
SYSTEMQUOTE "\"%s/initdb\" -D \"%s/data\" -L \"%s\" --noclean --nosync%s%s > \"%s/log/initdb.log\" 2>&1" SYSTEMQUOTE,
21542154
bindir, temp_install, datadir,
21552155
debug ? " --debug" : "",
21562156
nolocale ? " --no-locale" : "",

0 commit comments

Comments
 (0)