Re: Re-read conindid under the referenced table's lock in the RI fast path

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Mihail Nikalayeu <mihailnikalayeu(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Re-read conindid under the referenced table's lock in the RI fast path
Date: 2026-08-18 08:34:32
Message-ID: CA+HiwqER9Tr+rbPppUKSr7uiRV0Qu0hLNz_JT6trg-xH7tyy7A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Mon, Aug 17, 2026 at 10:17 PM Mihail Nikalayeu
<mihailnikalayeu(at)gmail(dot)com> wrote:
> On Mon, Aug 17, 2026 at 3:07 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> > Thanks. Attached is v2 of the patch posted here. I adjusted the commit
> > message and comments, kept you credited as Author, and replaced the
> > Opus co-author trailer with a disclosure sentence, which I can remove
> > if you so prefer.
>
> I'm not sure it's required, I think using some AI tool is the new
> default now, at least for some phases.

Ok, removed.

> > I will push this tomorrow.

Done.

--
Thanks, Amit Langote

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2026-08-18 08:36:32 Fix signed/unsigned integer handling in pg_restore_relation_stats()
Previous Message Richard Guo 2026-08-18 08:10:34 Re: Reduce LEFT/FULL JOIN to ANTI JOIN in more cases