Commit 47a3a1c3 authored by Noah Misch's avatar Noah Misch

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
parent 95233011
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment