Re: pg_rewind WAL segments deletion pitfall
Antonin Houska <ah@cybertec.at>
From: Antonin Houska <ah@cybertec.at>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Alexander Kukushkin <cyberdemn@gmail.com>,
Sutou Kouhei <kou@clear-code.com>, smithpb2250@gmail.com,
torikoshia@oss.nttdata.com, horikyota.ntt@gmail.com,
michael@paquier.xyz, pgsql-hackers@postgresql.org, bungina@gmail.com,
pgsql-hackers@lists.postgresql.org
Date: 2024-11-21T05:43:45Z
Lists: pgsql-bugs, pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> wrote: > Oh wow, thanks for noticing that. I had already rewritten the commit > message to some extent, but "master" had remained. Now I pushed the > patch to branches 14+, having replaced it as you suggested. When doing some unrelated work I noticed that in the new test 010_keep_recycled_wals.pl the server fails to reload the configuration file. The line it complains about is archive_command = '/usr/bin/perl -e 'exit(1)'' The test still succeeds for some reason. -- Antonin Houska Web: https://www.cybertec-postgresql.com
Commits
-
Fix newly introduced 010_keep_recycled_wals.pl
- 2fb3919356fb 17.3 landed
- 50010c6f6c4d 16.7 landed
- 93d8d4fe1255 15.11 landed
- 1c5fe56bc259 14.16 landed
- b5be29ecafe1 18.0 landed
-
Avoid deleting critical WAL segments during pg_rewind
- ea1649c352f6 16.6 landed
- e28cf2fbc222 15.10 landed
- cb844d66b587 17.2 landed
- ba25358413e4 14.15 landed
- 90bcc7c2db1d 18.0 landed