Re: pg_rewind race condition just after promotion
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Heikki Linnakangas <hlinnaka@iki.fi>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Aleksander Alekseev <aleksander@timescale.com>
Date: 2021-11-09T11:31:51Z
Lists: pgsql-hackers
> On 14 Jul 2021, at 14:03, Aleksander Alekseev <aleksander@timescale.com> wrote: > > The following review has been posted through the commitfest application: > make installcheck-world: tested, passed > Implements feature: tested, passed > Spec compliant: tested, passed > Documentation: tested, passed > > The v3 patch LGTM. I wonder if we should explicitly say in pg_rewind tests that > they _don't_ have to call `checkpoint`, or otherwise, we will lose the test > coverage for this scenario. But I don't have a strong opinion on this one. > > The new status of this patch is: Ready for Committer Heikki, do you have plans to address this patch during this CF? -- Daniel Gustafsson https://vmware.com/
Commits
-
pg_rewind: Fix determining TLI when server was just promoted.
- 009eeee74682 16.0 landed