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

Commita1333ec

Browse files
committed
Further weaken new pg_createsubscriber test on Windows.
Also omit backslashes (\) in the generated database names on Windows.As before, perhaps we can revert this after updating affectedbuildfarm animals.Discussion:https://postgr.es/m/2509767.1719773880@sss.pgh.pa.us
1 parent797adaf commita1333ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ sub generate_db
3030

3131
$dbname .=$suffix;
3232

33-
# Old IPC::Run mis-quotes command line arguments containing '"' on Windows
34-
$dbname =~tr/\"//dif ($windows_os);
33+
# On Windows, older IPC::Run versions can mis-quote command line arguments
34+
# containing double quote or backslash
35+
$dbname =~tr/\"\\//dif ($windows_os);
3536

3637
$node->command_ok(
3738
['createdb',$dbname ],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp