mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 18:32:53 -04:00
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
This commit is contained in:
parent
1371a1e416
commit
af2d09fa1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue