Re: pgsql: Introduce a bump memory allocator - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql: Introduce a bump memory allocator
Date
Msg-id 5f724fb2-96e1-4f36-b65b-47b337ad432e@eisentraut.org
Whole thread Raw
In response to pgsql: Introduce a bump memory allocator  (David Rowley <drowley@postgresql.org>)
Responses Re: pgsql: Introduce a bump memory allocator
List pgsql-committers
On 07.04.24 14:03, David Rowley wrote:
> Introduce a bump memory allocator

This patch introduces in bump.c the macro BumpBlockIsValid(), but it's 
not used anywhere.  Can we remove it?

(If we don't remove it, I suggest to make it an inline function, so it's 
easier to tell what it's supposed to be called with.  Especially with 
the BumpIsValid() nearby, it can be a bit confusing.)




pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [MASSMAIL]pgsql: Fix whitespace
Next
From: Peter Eisentraut
Date:
Subject: [MASSMAIL]pgsql: Update config.guess and config.sub