Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeated

Bruce Momjian <bruce@momjian.us>

Commit: 8864603f3cb93148317f2af469ada982c610aacf
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-07-02T05:47:37Z
Releases: 7.3.1
Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeated
lines of code into internal routines (drop_relfilenode_buffers,
release_buffer) and by hiding unused routines (PrintBufferDescs,
PrintPinnedBufs) behind #ifdef NOT_USED. Remove AbortBufferIO()
declaration from bufmgr.c (already declared in bufmgr.h)

Manfred Koizar

Files

PathChange+/−
src/backend/storage/buffer/bufmgr.c modified +67 −118
src/include/storage/bufmgr.h modified +3 −1