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

Commit1bf2a9c

Browse files
committed
Avoid an "undefined" warning
per gripe from Tom Lane.
1 parent1f7cfa7 commit1bf2a9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎run_build.pl‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2507,7 +2507,8 @@ sub run_misc_tests
25072507
nextunlessscalarglob("$testdir/*.o$testdir/*.obj");
25082508

25092509
# skip sepgsql unless it's marked for testing
2510-
nextif$testnameeq'sepgsql' &&$ENV{PG_TEST_EXTRA} !~/\bsepgsql\b/;
2510+
nextif$testnameeq'sepgsql' &&
2511+
($ENV{PG_TEST_EXTRA} //"") !~/\bsepgsql\b/;
25112512
nextunless step_wanted("contrib-$testname");
25122513
print time_str(),"running contrib test$testname ...\n"if$verbose;
25132514
run_tap_test("$testdir","contrib-$testname",undef);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp