Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 8 Jun 2008 22:00:48 +0000 (22:00 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 8 Jun 2008 22:00:48 +0000 (22:00 +0000)
commit96ccca15437cf137f988f5ac99096f7ccb8c0180
treee01d64ac4cca164343248c817649d0122d4aa3ce
parent214b47a00869f5d9de68ce607fa61b8fe2ebe75e
Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h.  It is
more logical that way, and also it reduces the amount of unnecessary includes
in bufpage.h, which is widely used.

Zdenek Kotala.

My previous patch to bufpage.h should also have credited him as author, but I
forgot (sorry about that).
src/backend/access/gin/ginentrypage.c
src/backend/access/heap/heapam.c
src/backend/access/heap/hio.c
src/backend/access/heap/pruneheap.c
src/backend/access/heap/rewriteheap.c
src/backend/access/transam/xlog.c
src/backend/access/transam/xlogutils.c
src/backend/commands/analyze.c
src/backend/storage/buffer/bufmgr.c
src/include/storage/bufmgr.h
src/include/storage/bufpage.h