]> granicus.if.org Git - postgresql/commit
Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeated
authorBruce Momjian <bruce@momjian.us>
Tue, 2 Jul 2002 05:47:37 +0000 (05:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 2 Jul 2002 05:47:37 +0000 (05:47 +0000)
commit8864603f3cb93148317f2af469ada982c610aacf
treea9a31681486b603dac342da208930b1460f6f7dd
parent97bfffe50ed2ee7e4714180f27b4216aee1ceb02
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
src/backend/storage/buffer/bufmgr.c
src/include/storage/bufmgr.h