Re: pgsql: Fix race leading to incorrect conflict cause in InvalidatePossib

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix race leading to incorrect conflict cause in InvalidatePossib
Date: 2024-04-11 07:39:01
Message-ID: ZheTleiKgUcVJR3b@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2024-04-11 08:05:17 pgsql: Replace binaryheap + index with pairingheap in reorderbuffer.c
Previous Message Bharath Rupireddy 2024-04-11 07:08:06 Re: pgsql: Fix race leading to incorrect conflict cause in InvalidatePossib