Commit 0056066d authored by Alvaro Herrera's avatar Alvaro Herrera

Update pageinspect--1.0.sql to match the upgrade script

Per comment from Tom
parent a338d654
......@@ -41,8 +41,8 @@ CREATE FUNCTION heap_page_items(IN page bytea,
OUT t_xmax xid,
OUT t_field3 int4,
OUT t_ctid tid,
OUT t_infomask2 smallint,
OUT t_infomask smallint,
OUT t_infomask2 integer,
OUT t_infomask integer,
OUT t_hoff smallint,
OUT t_bits text,
OUT t_oid oid)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment