Remove PrintBufferDescs() and PrintPinnedBufs().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 23d7562018b2c772aec26f4641de211d8a930b26
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2025-01-19T19:00:22Z
Releases: 18.0
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

Files

PathChange+/−
src/backend/storage/buffer/bufmgr.c modified +0 −58
src/include/storage/bufmgr.h modified +0 −4

Discussion