postgresql/src/bin/pg_rewind
Álvaro Herrera 93d8d4fe12
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:06:53 +01:00
..
po Translation updates 2024-11-11 13:55:53 +01:00
t Fix newly introduced 010_keep_recycled_wals.pl 2024-11-21 17:06:53 +01:00
.gitignore Improve logging of TAP tests. 2015-07-09 13:19:10 +03:00
datapagemap.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
datapagemap.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
file_ops.c Replace pgwin32_is_junction() with lstat(). 2024-11-08 09:29:40 +10:30
file_ops.h Update copyright for 2022 2022-01-07 19:04:57 -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 pg_rewind: Fetch small files according to new size. 2022-04-05 14:45:31 +02:00
local_source.c Fix compilerwarning in logging size_t 2022-04-05 22:16:45 +02:00
Makefile Update copyright for 2022 2022-01-07 19:04:57 -05:00
nls.mk Translation updates 2023-05-08 14:29:57 +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 Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
rewind_source.h pg_rewind: Fetch small files according to new size. 2022-04-05 14:45:31 +02:00
timeline.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00