postgresql/src/bin/pg_rewind
Álvaro Herrera b5be29ecaf
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 90bcc7c2db.

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
2024-11-21 17:04:26 +01:00
..
po Translation updates 2024-06-24 13:11:27 +02:00
t Fix newly introduced 010_keep_recycled_wals.pl 2024-11-21 17:04:26 +01:00
.gitignore Improve logging of TAP tests. 2015-07-09 13:19:10 +03:00
datapagemap.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
datapagemap.h Remove unused #include's from bin .c files 2024-11-06 11:11:52 +01:00
file_ops.c Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder 2024-09-03 09:11:54 +09:00
file_ops.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
filemap.c Avoid deleting critical WAL segments during pg_rewind 2024-11-15 12:53:12 +01:00
filemap.h Avoid deleting critical WAL segments during pg_rewind 2024-11-15 12:53:12 +01:00
libpq_source.c Remove unused #include's from bin .c files 2024-11-06 11:11:52 +01:00
local_source.c Remove unused #include's from bin .c files 2024-11-06 11:11:52 +01:00
Makefile Update copyright for 2024 2024-01-03 20:49:05 -05:00
meson.build Avoid deleting critical WAL segments during pg_rewind 2024-11-15 12:53:12 +01:00
nls.mk Add missing source files to nls.mk 2024-06-13 10:17:36 +02:00
parsexlog.c Avoid deleting critical WAL segments during pg_rewind 2024-11-15 12:53:12 +01:00
pg_rewind.c Avoid deleting critical WAL segments during pg_rewind 2024-11-15 12:53:12 +01:00
pg_rewind.h Remove unused #include's from bin .c files 2024-11-06 11:11:52 +01:00
rewind_source.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
timeline.c Update copyright for 2024 2024-01-03 20:49:05 -05:00