projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9523301
)
Fix interpolation in test name.
author
Noah Misch
<
[email protected]
>
Mon, 14 Sep 2020 06:29:51 +0000
(23:29 -0700)
committer
Noah Misch
<
[email protected]
>
Mon, 14 Sep 2020 06:29:51 +0000
(23:29 -0700)
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
[email protected]
src/test/recovery/t/020_archive_status.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/recovery/t/020_archive_status.pl
b/src/test/recovery/t/020_archive_status.pl
index c726453417b114a41d04aa1ba2cfb27f57816ee6..eb5c04c4115843d3b47d366f08f2aa418dbcff4e 100644
(file)
--- a/
src/test/recovery/t/020_archive_status.pl
+++ b/
src/test/recovery/t/020_archive_status.pl
@@
-64,7
+64,7
@@
is( $primary->safe_psql(
FROM pg_stat_archiver
}),
"0|$segment_name_1",
-
'pg_stat_archiver failed to archive $segment_name_1'
);
+
"pg_stat_archiver failed to archive $segment_name_1"
);
# Crash the cluster for the next test in charge of checking that non-archived
# WAL segments are not removed.