Fix newly introduced 010_keep_recycled_wals.pl
authorÁlvaro Herrera <[email protected]>
Thu, 21 Nov 2024 16:04:26 +0000 (17:04 +0100)
committerÁlvaro Herrera <[email protected]>
Thu, 21 Nov 2024 16:06:48 +0000 (17:06 +0100)
commit1c5fe56bc25926b9504532797c3b4fde816dfba5
tree3ab6a55d8dc24c8891f3aeac34ffbae04b0dfc41
parent4a20c83798edc09f4de3a2f833f97ea70f3905d2
Fix newly introduced 010_keep_recycled_wals.pl

It failed to set the archive_command as it desired because of a syntax
problem.  Oversight in commit 90bcc7c2db1d.

This bug doesn't cause the test to fail, because the test only checks
pg_rewind's output messages, not the actual outcome (and the outcome in
both cases is that the file is kept, not deleted).  But in either case
the message about the file being kept is there, so it's hard to get
excited about doing much more.

Reported-by: Antonin Houska <[email protected]>
Author: Alexander Kukushkin <[email protected]>
Discussion: https://postgr.es/m/7822.1732167825@antos
src/bin/pg_rewind/t/010_keep_recycled_wals.pl