mirror of
https://github.com/postgres/postgres.git
synced 2026-04-26 08:37:12 -04:00
Update pageinspect--1.0.sql to match the upgrade script
Per comment from Tom
This commit is contained in:
parent
a338d65461
commit
0056066d06
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue