mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Update pageinspect--1.0.sql to match the upgrade script
Per comment from Tom
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user