Re: Fix of fake unlogged LSN initialization

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Cc: "tsunakawa(dot)takay(at)fujitsu(dot)com" <tsunakawa(dot)takay(at)fujitsu(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix of fake unlogged LSN initialization
Date: 2019-10-25 06:55:32
Message-ID: 20191025065532.GG8671@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 24, 2019 at 01:57:45PM +0530, Dilip Kumar wrote:
> I have noticed that in StartupXlog also we reset it with 1, you might
> want to fix that as well?

Tsunakawa-san's patch fixes that spot already. Grepping for
unloggedLSN in the code there is only pg_resetwal on top of what you
are mentioning here.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Arseny Sher 2019-10-25 06:56:23 Re: ERROR: subtransaction logged without previous top-level txn record
Previous Message Heikki Linnakangas 2019-10-25 06:54:53 Re: Fix of fake unlogged LSN initialization