Обсуждение: pgsql: Remove PrintBufferDescs() and PrintPinnedBufs().

Поиск
Список
Период
Сортировка

pgsql: Remove PrintBufferDescs() and PrintPinnedBufs().

От
Tom Lane
Дата:
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(-)