postgresql/contrib/pageinspect
Heikki Linnakangas 7ee15c05d2 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:05 +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:05 +03:00
fsmfuncs.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
heapfuncs.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pageinspect--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -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:48 +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:45:57 -04:00