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

Commit5450820

Browse files
committed
Temporarily(?) weaken new pg_createsubscriber test on Windows.
Don't include double-quotes (") in the generated database nameson Windows. Doing so tickles a bug in older versions of IPC::Run,which fail to quote command line arguments correctly for thatplatform. Possibly we can revert this after updating affectedbuildfarm animals.Discussion:https://postgr.es/m/2509767.1719773880@sss.pgh.pa.us
1 parent35a7b28 commit5450820

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/bin/pg_basebackup/t/040_pg_createsubscriber.pl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ sub generate_db
2929
}
3030

3131
$dbname .=$suffix;
32+
33+
# Old IPC::Run mis-quotes command line arguments containing '"' on Windows
34+
$dbname =~tr/\"//dif ($windows_os);
35+
3236
$node->command_ok(
3337
['createdb',$dbname ],
3438
"created database with ASCII characters from$from_char to$to_char");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp