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

Commita986143

Browse files
committed
Do not pass "-N" to initdb.
Per buildfarm member hamerkop. Oversight in 9.2 back-patch of commitf6dc6dd; earlier versions lack theaffected test suite, and later versions have the "-N" option.
1 parent7bb78b2 commita986143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ sub contribcheck
245245
substandard_initdb
246246
{
247247
return (
248-
system('initdb','-N') == 0andsystem(
248+
system('initdb') == 0andsystem(
249249
"$topdir/$Config/pg_regress/pg_regress",'--config-auth',
250250
$ENV{PGDATA}) == 0);
251251
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp