postgresql/src/backend/access
Tom Lane 9d035f4254 Clean up the use of some page-header-access macros: principally, use
SizeOfPageHeaderData instead of sizeof(PageHeaderData) in places where that
makes the code clearer, and avoid casting between Page and PageHeader where
possible.  Zdenek Kotala, with some additional cleanup by Heikki Linnakangas.

I did not apply the parts of the proposed patch that would have resulted in
slightly changing the on-disk format of hash indexes; it seems to me that's
not a win as long as there's any chance of having in-place upgrade for 8.4.
2008-07-13 20:45:47 +00:00
..
common Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
gin Multi-column GIN indexes. Teodor Sigaev 2008-07-11 21:06:29 +00:00
gist Clean up the use of some page-header-access macros: principally, use 2008-07-13 20:45:47 +00:00
hash Clean up the use of some page-header-access macros: principally, use 2008-07-13 20:45:47 +00:00
heap Clean up the use of some page-header-access macros: principally, use 2008-07-13 20:45:47 +00:00
index Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
nbtree Clean up the use of some page-header-access macros: principally, use 2008-07-13 20:45:47 +00:00
transam Clean up the use of some page-header-access macros: principally, use 2008-07-13 20:45:47 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00