postgresql/contrib/pageinspect
Tom Lane a1fd650d2b Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4.
The original implementation of the 3-argument form of get_raw_page() risked
core dumps if the 8.3 SQL function definition was mistakenly used with the
8.4 module, which is entirely likely after a dump-and-reload upgrade.  To
protect 8.4 beta testers against upgrade problems, add a check on PG_NARGS.

In passing, fix missed additions to the uninstall script, and polish the
docs a trifle.
2009-06-08 16:22:44 +00:00
..
btreefuncs.c Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read 2009-03-31 22:54:31 +00:00
fsmfuncs.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
heapfuncs.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
Makefile Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 2008-09-30 10:52:14 +00:00
pageinspect.sql.in Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4. 2009-06-08 16:22:44 +00:00
rawpage.c Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4. 2009-06-08 16:22:44 +00:00
uninstall_pageinspect.sql Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4. 2009-06-08 16:22:44 +00:00