Re: brininsert optimization opportunity - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: brininsert optimization opportunity
Date
Msg-id 202401091043.e3nrqiad6gb7@alvherre.pgsql
Whole thread Raw
In response to Re: brininsert optimization opportunity  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
On 2024-Jan-08, Alvaro Herrera wrote:

> So I think we should do 0001 and perhaps some further tweaks to the
> original brininsert optimization commit: [...]

So I propose the attached patch, which should fix the reported bug and
the things I mentioned above, and also the typos Alexander mentioned
elsewhere in the thread.

> Lastly, I kinda disagree with the notion that only some of the callers
> of aminsert should call aminsertcleanup, even though btree doesn't have
> an aminsertcleanup and thus it can't affect TOAST or catalogs. [...]

I didn't do anything about this.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/

Attachment

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING
Next
From: Richard Guo
Date:
Subject: Re: Support "Right Semi Join" plan shapes