postgres/contrib/pageinspect
Heikki Linnakangas a840c14286 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:01 +03:00
..
btreefuncs.c Remove unused macros. 2016-05-02 10:09:01 +03:00
fsmfuncs.c Create function prototype as part of PG_FUNCTION_INFO_V1 macro 2014-04-18 00:03:19 -04:00
heapfuncs.c Create function prototype as part of PG_FUNCTION_INFO_V1 macro 2014-04-18 00:03:19 -04:00
Makefile pageinspect: Use new pg_lsn datatype. 2014-03-03 07:15:04 -05:00
pageinspect--1.1--1.2.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 2014-08-25 18:30:28 +02:00
pageinspect--1.2.sql pageinspect: Use new pg_lsn datatype. 2014-03-03 07:15:04 -05:00
pageinspect--1.0--1.1.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 2014-08-25 18:30:28 +02: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:28 +02:00
pageinspect.control pageinspect: Use new pg_lsn datatype. 2014-03-03 07:15:04 -05:00
rawpage.c Check block number against the correct fork in get_raw_page(). 2014-07-22 11:46:36 -04:00