Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: cc87402d6e40994a53adeba0e11efb1bafcd6451
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2008-06-08T22:00:48Z
Releases: 8.4.0
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).

Files