You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/pageinspect
Andres Freund 0aa09c9cf3 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
..
Makefile Convert contrib modules to use the extension facility. 15 years ago
btreefuncs.c Take buffer lock while inspecting btree index pages in contrib/pageinspect. 13 years ago
fsmfuncs.c Clean up most -Wunused-but-set-variable warnings from gcc 4.6 15 years ago
heapfuncs.c Fix pageinspect's heap_page_item to return infomasks as 32 bit values 15 years ago
pageinspect--1.0.sql Throw a useful error message if an extension script file is fed to psql. 14 years ago
pageinspect--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
pageinspect.control Convert contrib modules to use the extension facility. 15 years ago
rawpage.c Check block number against the correct fork in get_raw_page(). 12 years ago