Re: More speedups for tuple deformation - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: More speedups for tuple deformation
Date
Msg-id 202602261806.jmjmvvfavrlj@alvherre.pgsql
Whole thread Raw
In response to Re: More speedups for tuple deformation  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 2026-Feb-26, Andres Freund wrote:

> But I think it's reasonably important that we don't go for "one extension for
> every single C benchmark function", because that'll just make the overhead for
> adding another benchmark function too high.

Absolutely.  I just don't think we should think that one extension is
going to be enough forever.

> And I think we shouldn't install anything in there by default (like with
> src/test/modules), as otherwise we'll have to care about the benchmark module
> being perfectly safe, which I don't think we want to.

Agreed.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end." (2nd Commandment for C programmers)



pgsql-hackers by date:

Previous
From: Matheus Alcantara
Date:
Subject: Re: Show expression of virtual columns in error messages
Next
From: Marcos Pegoraro
Date:
Subject: Re: Partial Mode in Aggregate Functions