diff options
author | David Rowley <drowley@postgresql.org> | 2024-04-10 11:10:16 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2024-04-10 11:10:16 +1200 |
commit | 5a15bdea3b791223b4cc708d4953a0086f4332a6 (patch) | |
tree | 403ff46843875813fc7271fc4e1fc3b7d4827d23 /contrib/postgres_fdw/deparse.c | |
parent | c99ef1811a064a94fb78917f35bb5853059a92b7 (diff) | |
download | postgresql-5a15bdea3b791223b4cc708d4953a0086f4332a6.tar.gz postgresql-5a15bdea3b791223b4cc708d4953a0086f4332a6.zip |
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
Diffstat (limited to 'contrib/postgres_fdw/deparse.c')
0 files changed, 0 insertions, 0 deletions