Re: Add bump memory context type and use it for tuplesorts

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Amul Sul <sulamul(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>, David Rowley <dgrowleyml(at)gmail(dot)com>, John Naylor <johncnaylorls(at)gmail(dot)com>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add bump memory context type and use it for tuplesorts
Date: 2024-04-16 08:28:02
Message-ID: 7F6934EC-7ED5-4676-9E3A-9E2A084CAD30@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 16 Apr 2024, at 07:12, Amul Sul <sulamul(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2024-04-16 08:28:24 Re: Typos in the code and README
Previous Message Zhijie Hou (Fujitsu) 2024-04-16 08:25:32 RE: promotion related handling in pg_sync_replication_slots()