Re: Correct error message for end-of-recovery record TLI

Robert Haas <robertmhaas@gmail.com>

From: Robert Haas <robertmhaas@gmail.com>
To: Amul Sul <sulamul@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-10-28T19:21:49Z
Lists: pgsql-hackers
On Thu, Oct 28, 2021 at 8:59 AM Amul Sul <sulamul@gmail.com> wrote:
> In xlog_redo, for end-of-recovery case error message describes the
> record as a checkpoint record which seems to be incorrect; the
> attached patch corrects that.

The analysis and patch appear correct to me.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



Commits

  1. Improve errors related to incorrect TLI on checkpoint record replay