postgresql/contrib/pageinspect
Simon Riggs bb7cc2623f Remove PageSetTLI and rename pd_tli to pd_checksum
Remove use of PageSetTLI() from all page manipulation functions
and adjust README to indicate change in the way we make changes
to pages. Repurpose those bytes into the pd_checksum field and
explain how that works in comments about page header.

Refactoring ahead of actual feature patch which would make use
of the checksum field, arriving later.

Jeff Davis, with comments and doc changes by Simon Riggs
Direction suggested by Robert Haas; many others providing
review comments.
2013-03-18 13:46:42 +00:00
..
btreefuncs.c Take buffer lock while inspecting btree index pages in contrib/pageinspect. 2012-11-30 17:03:31 -05: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
Makefile Remove PageSetTLI and rename pd_tli to pd_checksum 2013-03-18 13:46:42 +00: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 Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
pageinspect.control Remove PageSetTLI and rename pd_tli to pd_checksum 2013-03-18 13:46:42 +00:00
rawpage.c Remove PageSetTLI and rename pd_tli to pd_checksum 2013-03-18 13:46:42 +00:00