Re: PG19: two RI fast-path issues found while testing the batching revert - Mailing list pgsql-hackers

From Melanie Plageman
Subject Re: PG19: two RI fast-path issues found while testing the batching revert
Date
Msg-id CAAKRu_a=YRFxxFdTkNZq47RSSB83OjKX_mtMiJqNjQmXJfX4nA@mail.gmail.com
Whole thread
In response to Re: PG19: two RI fast-path issues found while testing the batching revert  (Amit Langote <amitlangote09@gmail.com>)
Responses Re: PG19: two RI fast-path issues found while testing the batching revert
List pgsql-hackers
On Tue, Sep 15, 2026 at 11:12 PM Amit Langote <amitlangote09@gmail.com> wrote:
>
> Thanks for the report and the patch.
>
> I've added an open item:
>
> RI fastpath misses pg_amop updates
> Commit: 2da86c1ef9b
> Owner: Amit Langote

Will the fix be something like what Nikolay proposed or something
different that solves both the issue in the fast path and the
pre-existing issue with the cached cast functions?

- Melanie



pgsql-hackers by date:

Previous
From: Atsushi Ogawa
Date:
Subject: Re: [PATCH] Use Boyer-Moore-Horspool for simple LIKE contains patterns
Next
From: Nathan Bossart
Date:
Subject: Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master