Re: Null commitTS bug

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, kingsboa(at)amazon(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Null commitTS bug
Date: 2022-01-18 01:43:55
Message-ID: YeYbW7gXZekTCBXK@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jan 16, 2022 at 11:01:25PM -0500, Tom Lane wrote:
> Isn't that a very bad way to write "i = j + 1"?
>
> I agree with Horiguchi-san that
> for (i = 0, headxid = xid;;)

Okay. Horiguchi-san, would you like to write a patch?
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2022-01-18 02:20:16 Re: Rewriting the test of pg_upgrade as a TAP test - take three - remastered set
Previous Message James Coleman 2022-01-18 01:41:10 Re: Add last commit LSN to pg_last_committed_xact()