Re: Variable-length FunctionCallInfoData

From: Andres Freund <andres(at)anarazel(dot)de>
To: serge(at)rielau(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Variable-length FunctionCallInfoData
Date: 2018-06-05 17:46:12
Message-ID: 20180605174612.fzcw6rzjsrilf4sw@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2018-06-05 10:40:22 -0700, serge(at)rielau(dot)com wrote:
> Big +1 on this one.

Cool.

> Here is what we did. It's very crude, but minimized the amount of pain:

I think I'd rather go for my approach in core though. Needlessly
carrying around a bunch of pointers, and adding the necessary
indirections on accesses, and more allocations don't seem to buy us that
much. Nor do I really like the hackyness...

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2018-06-05 17:47:49 Re: Spilling hashed SetOps and aggregates to disk
Previous Message James Keener 2018-06-05 17:44:05 Re: Code of Conduct plan