Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6fb1c5b

Browse files
committed
Fix interpolation in test name.
A pre-commit review had reported the problem, but the fix reached only v10 and earlier. Back-patch to v11. Discussion: https://postgr.es/m/20200423.140546.1055476118690602079.horikyota.ntt@gmail.com
1 parent b1b53f1 commit 6fb1c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/recovery/t/020_archive_status.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
FROM pg_stat_archiver
6565
}),
6666
"0|$segment_name_1",
67-
'pg_stat_archiver failed to archive $segment_name_1');
67+
"pg_stat_archiver failed to archive $segment_name_1");
6868

6969
# Crash the cluster for the next test in charge of checking that non-archived
7070
# WAL segments are not removed.

0 commit comments

Comments
 (0)