Re: Apply worker can pick an invalid index for REPLICA IDENTITY FULL lookups

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Mihail Nikalayeu <mihailnikalayeu(at)gmail(dot)com>
Cc: Ajin Cherian <itsajin(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, onderkalaci(at)gmail(dot)com
Subject: Re: Apply worker can pick an invalid index for REPLICA IDENTITY FULL lookups
Date: 2026-08-27 12:31:45
Message-ID: CAA4eK1K+t9DkymAg5OnFR8_HSOdynF2w518RYzQzqfve-s=Ozw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 27, 2026 at 2:37 AM Mihail Nikalayeu
<mihailnikalayeu(at)gmail(dot)com> wrote:
>
> > I think it is better to add some comments in the code as well. See
> > attached. I have added # in the test comments to make it similar to
> > the previous test. Otherwise, the patch LGTM.
>
> Applied, thanks.
>

Pushed.

--
With Regards,
Amit Kapila.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2026-08-27 12:41:08 Re: PG19 FK fast path: OOB write and missed FK checks during batched
Previous Message Amit Kapila 2026-08-27 12:30:22 Re: [PATCH] Release replication slot on error in SQL-callable slot functions