pgsql: Fix newly introduced 010_keep_recycled_wals.pl - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Fix newly introduced 010_keep_recycled_wals.pl
Date
Msg-id E1tE9in-002tV7-39@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1c5fe56bc25926b9504532797c3b4fde816dfba5

Modified Files
--------------
src/bin/pg_rewind/t/010_keep_recycled_wals.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Fix newly introduced 010_keep_recycled_wals.pl
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pgindent run