pgsql: Remove unused BumpBlockIsValid macro

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused BumpBlockIsValid macro
Date: 2024-04-09 23:10:33
Message-ID: E1ruKbp-001Lnu-Ax@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused BumpBlockIsValid macro

The bump allocator was recently added in 29f6a959c. Our other
allocators have a similar macro to this, but seemingly the version of
the macro for those allocators is only used in places where the chunk
header is decoded. Since the bump allocator has no chunk header, none
of those functions exist for bump therefore macro is unused. Remove it.

Reported-by: Peter Eisentraut
Discussion: https://postgr.es/m/5f724fb2-96e1-4f36-b65b-47b337ad432e@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5a15bdea3b791223b4cc708d4953a0086f4332a6

Modified Files
--------------
src/backend/utils/mmgr/bump.c | 7 -------
1 file changed, 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-04-09 23:11:30 Re: pgsql: Introduce a bump memory allocator
Previous Message Alexander Korotkov 2024-04-09 23:03:14 pgsql: Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commands