Re: Add checkpoint and redo LSN to LogCheckpointEnd log message

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: masao(dot)fujii(at)oss(dot)nttdata(dot)com
Cc: bharath(dot)rupireddyforpostgres(at)gmail(dot)com, nathandbossart(at)gmail(dot)com, sfrost(at)snowman(dot)net, bossartn(at)amazon(dot)com, rjuju123(at)gmail(dot)com, michael(at)paquier(dot)xyz, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add checkpoint and redo LSN to LogCheckpointEnd log message
Date: 2022-03-04 05:10:38
Message-ID: 20220304.141038.514673958958319954.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Mon, 14 Feb 2022 14:52:15 +0900 (JST), Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)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

Attachment Content-Type Size
v11-0001-Correctly-update-contfol-file-at-the-end-of-arch.patch text/x-patch 5.9 KB
v11-0002-Add-checkpoint-and-redo-LSN-to-LogCheckpointEnd-.patch text/x-patch 3.0 KB
v11-0003-Change-location-to-lsn-in-pg_controldata.patch text/x-patch 2.6 KB
v11-0004-Change-location-to-lsn-in-user-facing-text.patch text/x-patch 15.5 KB
v11-0005-Get-rid-of-uses-of-some-hyphenated-words.patch text/x-patch 3.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2022-03-04 05:22:54 Re: Add the replication origin name and commit-LSN to logical replication worker errcontext
Previous Message Justin Pryzby 2022-03-04 04:56:15 Re: Adding CI to our tree (ccache)