pgsql: Remove PrintBufferDescs() and PrintPinnedBufs().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove PrintBufferDescs() and PrintPinnedBufs().
Date: 2025-01-19 19:00:27
Message-ID: E1tZaX5-002QpE-Mi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove PrintBufferDescs() and PrintPinnedBufs().

These have been #ifdef'd out for a long time, and in fact have
been uncompilable since commit 48354581a of 2016-04-10. The
fact that nobody noticed for so long demonstrates their lack of
usefulness, so let's remove them rather than fix them.

Author: Jacob Brazeal <jacob(dot)brazeal(at)gmail(dot)com>
Discussion: https://postgr.es/m/CA+COZaB+9CN_f63PPRoVhHjYmCwwmb_9CWLxqCJdMWDqs1a-JA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/23d7562018b2c772aec26f4641de211d8a930b26

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 58 -------------------------------------
src/include/storage/bufmgr.h | 4 ---
2 files changed, 62 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-01-20 00:31:07 pgsql: Fix header check for continuation records where standbys could b
Previous Message Andrew Dunstan 2025-01-19 14:20:27 pgsql: Be clearer about when jsonapi's need_escapes is needed