We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f112100 commit e16e920Copy full SHA for e16e920
src/test/recovery/t/020_archive_status.pl
@@ -64,7 +64,7 @@
64
FROM pg_stat_archiver
65
}),
66
"0|$segment_name_1",
67
- 'pg_stat_archiver failed to archive $segment_name_1');
+ "pg_stat_archiver failed to archive $segment_name_1");
68
69
# Crash the cluster for the next test in charge of checking that non-archived
70
# WAL segments are not removed.
0 commit comments