postgresql/contrib/pageinspect/pageinspect.control
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

6 lines
173 B
Plaintext

# pageinspect extension
comment = 'inspect the contents of database pages at a low level'
default_version = '1.1'
module_pathname = '$libdir/pageinspect'
relocatable = true