Re: Add bump memory context type and use it for tuplesorts - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Add bump memory context type and use it for tuplesorts
Date
Msg-id 7F6934EC-7ED5-4676-9E3A-9E2A084CAD30@yesql.se
Whole thread Raw
In response to Re: Add bump memory context type and use it for tuplesorts  (Amul Sul <sulamul@gmail.com>)
List pgsql-hackers
> On 16 Apr 2024, at 07:12, Amul Sul <sulamul@gmail.com> wrote:
> 
> Attached is a small patch adding the missing BumpContext description to the
> README.

Nice catch, we should add it to the README.

+  pfree'd or realloc'd.
I think it's best to avoid mixing API:s, "pfree'd or repalloc'd" keeps it to
functions in our API instead.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: promotion related handling in pg_sync_replication_slots()
Next
From: Richard Guo
Date:
Subject: Re: Typos in the code and README