Correct error message for end-of-recovery record TLI

Amul Sul <sulamul@gmail.com>

From: Amul Sul <sulamul@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-10-28T12:58:41Z
Lists: pgsql-hackers

Attachments

Hi,

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.

--
Regards,
Amul Sul
EDB: http://www.enterprisedb.com

Commits

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