postgresql/contrib/pageinspect
Heikki Linnakangas c2c19afc82 Remove unused macros.
CHECK_PAGE_OFFSET_RANGE() has been unused forever.
CHECK_RELATION_BLOCK_RANGE() has been unused in pgstatindex.c ever since
bt_page_stats() and bt_page_items() functions were moved from pgstattuple
to pageinspect module. It still exists in pageinspect/btreefuncs.c.

Daniel Gustafsson
2016-05-02 10:09:08 +03:00
..
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
btreefuncs.c Remove unused macros. 2016-05-02 10:09:08 +03:00
fsmfuncs.c Clean up most -Wunused-but-set-variable warnings from gcc 4.6 2011-04-11 22:28:45 +03:00
heapfuncs.c Fix pageinspect's heap_page_item to return infomasks as 32 bit values 2011-02-25 19:04:25 -03:00
pageinspect--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:36 -04:00
pageinspect--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 2014-08-25 18:30:53 +02:00
pageinspect.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
rawpage.c Check block number against the correct fork in get_raw_page(). 2014-07-22 11:46:00 -04:00