pgsql: Remove PrintBufferDescs() and PrintPinnedBufs(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove PrintBufferDescs() and PrintPinnedBufs().
Date
Msg-id E1tZaX5-002QpE-Mi@gemulon.postgresql.org
Whole thread Raw
List 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.brazeal@gmail.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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Be clearer about when jsonapi's need_escapes is needed
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix header check for continuation records where standbys could b