Re: pgsql: Fix race leading to incorrect conflict cause in InvalidatePossib - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Fix race leading to incorrect conflict cause in InvalidatePossib
Date
Msg-id ZheTleiKgUcVJR3b@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Fix race leading to incorrect conflict cause in InvalidatePossib  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
List pgsql-committers
On Thu, Apr 11, 2024 at 12:38:06PM +0530, Bharath Rupireddy wrote:
> I found a typo with the code added by this commit - we've used
> XLogRecPtr/InvalidXLogRecPtr for xmins in place of
> TransactionId/InvalidTransactionId. Attached a patch to fix this.

Thanks for the report.  Will fix.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: pgsql: Fix race leading to incorrect conflict cause in InvalidatePossib
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Replace binaryheap + index with pairingheap in reorderbuffer.c