Re: Add checkpoint and redo LSN to LogCheckpointEnd log message
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: masao.fujii@oss.nttdata.com
Cc: bharath.rupireddyforpostgres@gmail.com, nathandbossart@gmail.com,
sfrost@snowman.net, bossartn@amazon.com, rjuju123@gmail.com,
michael@paquier.xyz, pgsql-hackers@lists.postgresql.org
Date: 2022-03-04T05:10:38Z
Lists: pgsql-hackers
Attachments
At Mon, 14 Feb 2022 14:52:15 +0900 (JST), Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote in
> In this version , 0001 gets one fix and two comment updates.
While the disucssion on back-patching of 0001 proceeding on another
branch, the main patch iself gets looks like as if rotten on
CF-App. So I rebased v10 on the current master. 0001 is replaced by
an adjusted patch based on the latest "control file update fix" patch.
If someone wants to voice on the message-fix patches (0002-0004), be
our guest. 0005 also wants opinions.
0001: Fix possible incorrect controlfile update that leads to
unrecoverable database.
0002: Add REDO/Checkpiont LSNs to checkpoinkt-end log message.
(The main patch in this thread)
0003: Replace (WAL-)location to LSN in pg_controldata.
0004: Replace (WAL-)location to LSN in user-facing texts.
(This doesn't reflect my recent comments.)
0005: Unhyphenate the word archive-recovery and similars.
regards.
--
Kyotaro Horiguchi
NTT Open Source Software Center
Commits
-
Add checkpoint and REDO LSN to log_checkpoints message.
- 62c46eee2279 16.0 landed