Re: pg_rewind WAL segments deletion pitfall
Alexander Kukushkin <cyberdemn@gmail.com>
From: Alexander Kukushkin <cyberdemn@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: torikoshia <torikoshia@oss.nttdata.com>,
Kyotaro Horiguchi <horikyota.ntt@gmail.com>, michael@paquier.xyz, pgsql-hackers@postgresql.org, bungina@gmail.com, pgsql-hackers@lists.postgresql.org
Date: 2024-01-23T08:23:29Z
Lists: pgsql-bugs, pgsql-hackers
Hi Peter, On Mon, 22 Jan 2024 at 00:38, Peter Smith <smithpb2250@gmail.com> wrote: > 2024-01 Commitfest. > > Hi, This patch has a CF status of "Ready for Committer", but it is > currently failing some CFbot tests [1]. Please have a look and post an > updated version.. > > ====== > [1] > https://cirrus-ci.com/github/postgresql-cfbot/postgresql/commitfest/46/3874 > > >From what I can see all failures are not related to this patch: 1. Windows build failed with [10:52:49.679] 126/281 postgresql:recovery / recovery/019_replslot_limit ERROR 185.84s (exit status 255 or signal 127 SIGinvalid) 2. FreeBSD build failed with [09:11:57.656] 190/285 postgresql:psql / psql/010_tab_completion ERROR 0.46s exit status 2 [09:11:57.656] 220/285 postgresql:authentication / authentication/001_password ERROR 0.57s exit status 2 In fact, I don't even see this patch being applied for these builds and the introduced TAP test being executed. Regards, -- Alexander Kukushkin
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