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

Commitc817a07

Browse files
committed
Unbreak pg_verifybackup/t/008_untar.pl on msys
Commit0ad8032 contains the same pattern fixed in commit4f0bcc7.Apply the same fix.
1 parente9d4001 commitc817a07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/bin/pg_verifybackup/t/008_untar.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
my$have_zlib = check_pg_config("#define HAVE_LIBZ 1");
2121
my$backup_path =$primary->backup_dir .'/server-backup';
22+
my$real_backup_path = PostgreSQL::Test::Utils::perl2host($backup_path);
2223
my$extract_path =$primary->backup_dir .'/extracted-backup';
2324

2425
my@test_configuration = (
@@ -52,7 +53,7 @@
5253
# Take a server-side backup.
5354
my@backup = (
5455
'pg_basebackup','--no-sync','-cfast','--target',
55-
"server:$backup_path",'-Xfetch'
56+
"server:$real_backup_path",'-Xfetch'
5657
);
5758
push@backup, @{$tc->{'backup_flags'}};
5859
$primary->command_ok(\@backup,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp