postgresql/contrib/pageinspect
Alvaro Herrera a338d65461 Fix pageinspect's heap_page_item to return infomasks as 32 bit values
HeapTupleHeader's t_infomask and t_infomask2 are defined as 16-bit
unsigned integers, so when the 16th bit was set, heap_page_item was
returning them as negative values, which was ugly.

The change to pageinspect--unpackaged--1.0.sql allows a module upgraded
from 9.0 to be cleanly updated from the previous definition.
2011-02-25 19:04:25 -03:00
..
btreefuncs.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
fsmfuncs.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
heapfuncs.c Fix pageinspect's heap_page_item to return infomasks as 32 bit values 2011-02-25 19:04:25 -03:00
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
pageinspect--1.0.sql Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 2011-02-13 22:54:52 -05:00
pageinspect--unpackaged--1.0.sql Fix pageinspect's heap_page_item to return infomasks as 32 bit values 2011-02-25 19:04:25 -03:00
pageinspect.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
rawpage.c Basic foreign table support. 2011-01-01 23:48:11 -05:00