Re: Correct error message for end-of-recovery record TLI
Nathan Bossart <bossartn@amazon.com>
From: "Bossart, Nathan" <bossartn@amazon.com>
To: Amul Sul <sulamul@gmail.com>, Robert Haas <robertmhaas@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-12-01T19:09:34Z
Lists: pgsql-hackers
Attachments
- v3-0001-correct-end-of-recovery-error-message.patch (application/octet-stream) patch v3-0001
On 10/28/21, 9:15 PM, "Amul Sul" <sulamul@gmail.com> wrote: > On Fri, Oct 29, 2021 at 2:36 AM Robert Haas <robertmhaas@gmail.com> wrote: >> >> On Thu, Oct 28, 2021 at 3:52 PM Bossart, Nathan <bossartn@amazon.com> wrote: >> > When I apply the patch, it changes the PANIC message in the >> > XLOG_CHECKPOINT_ONLINE section, not the XLOG_END_OF_RECOVERY one. >> >> Well that's a good point. *facepalm* >> > > Oops... :| > > Corrected in the attached version. The patch no longer applied, so I went ahead and rebased it. Nathan
Commits
-
Improve errors related to incorrect TLI on checkpoint record replay
- 741bd3293389 15.0 landed