]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix newly introduced 010_keep_recycled_wals.pl
authorÁlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 21 Nov 2024 16:04:26 +0000 (17:04 +0100)
committerÁlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 21 Nov 2024 16:06:57 +0000 (17:06 +0100)
commit50010c6f6c4d10e8d78d2d550bdaea461d0c83a9
treef5a4062618dfb48a85bca90c13dffe6e3ce31a19
parentaca1599d694d672d65d4f9d2f8378bb93de14c7b
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 <ah@cybertec.at>
Author: Alexander Kukushkin <cyberdemn@gmail.com>
Discussion: https://postgr.es/m/7822.1732167825@antos
src/bin/pg_rewind/t/010_keep_recycled_wals.pl