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

Commit2c4f5b4

Browse files
committed
Use --nosync during make check's initdb call.
We left this out of commitb966dd6so 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 thecycles.
1 parent1f115d9 commit2c4f5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/regress/pg_regress.c

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp