diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-02-25 19:39:02 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-02-25 19:39:02 -0300 |
commit | 0056066d06067d2d7fc84b31937933b5724347d0 (patch) | |
tree | 99efbbc01e59e1019e574ee7a6db15ec2f12637d | |
parent | a338d654614f897ccb58eaa8a6171abdb7dc8dff (diff) | |
download | postgresql-0056066d06067d2d7fc84b31937933b5724347d0.tar.gz postgresql-0056066d06067d2d7fc84b31937933b5724347d0.zip |
Update pageinspect--1.0.sql to match the upgrade script
Per comment from Tom
-rw-r--r-- | contrib/pageinspect/pageinspect--1.0.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pageinspect/pageinspect--1.0.sql b/contrib/pageinspect/pageinspect--1.0.sql index b64eb617749..a711f581e26 100644 --- a/contrib/pageinspect/pageinspect--1.0.sql +++ b/contrib/pageinspect/pageinspect--1.0.sql @@ -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) |