Re: pgsql: Introduce a bump memory allocator

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Introduce a bump memory allocator
Date: 2024-04-10 07:35:54
Message-ID: 1e1a098e-b9af-4c95-8dea-7338d1c4e46d@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 10.04.24 01:11, David Rowley wrote:
> On Wed, 10 Apr 2024 at 00:05, Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
>> This patch introduces in bump.c the macro BumpBlockIsValid(), but it's
>> not used anywhere. Can we remove it?
>
> I've just pushed a patch to remove it.
>
> Was that spotted by eagle eyes or tooling?

I used gcc -Wunused-macros. This is somewhat noisy, but occasionally
useful to find leftover stuff.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-04-10 12:03:17 pgsql: Doc: Update ulinks to RFC documents to avoid redirect
Previous Message Michael Paquier 2024-04-10 04:48:35 pgsql: Make GIN tests using injection points concurrent-safe