postgresql/contrib/pageinspect
Heikki Linnakangas 586d75ace4 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:03 +03:00
..
Makefile Remove pageinspect--1.0.sql 2013-05-24 08:11:44 -04:00
btreefuncs.c Remove unused macros. 2016-05-02 10:09:03 +03:00
fsmfuncs.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
heapfuncs.c Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03: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:46 +02:00
pageinspect--1.1.sql Add pageinspect--1.1.sql for checksum changes 2013-03-18 14:19:06 +00: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:46 +02:00
pageinspect.control Remove PageSetTLI and rename pd_tli to pd_checksum 2013-03-18 13:46:42 +00:00
rawpage.c Check block number against the correct fork in get_raw_page(). 2014-07-22 11:45:53 -04:00