Re: Null commitTS bug

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, kingsboa@amazon.com, pgsql-hackers@lists.postgresql.org
Date: 2022-01-18T01:43:55Z
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

Commits

  1. Fix one-off bug causing missing commit timestamps for subtransactions