summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2011-02-25 22:39:02 +0000
committerAlvaro Herrera2011-02-25 22:39:02 +0000
commit0056066d06067d2d7fc84b31937933b5724347d0 (patch)
tree99efbbc01e59e1019e574ee7a6db15ec2f12637d
parenta338d654614f897ccb58eaa8a6171abdb7dc8dff (diff)
Update pageinspect--1.0.sql to match the upgrade script
Per comment from Tom
-rw-r--r--contrib/pageinspect/pageinspect--1.0.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pageinspect/pageinspect--1.0.sql b/contrib/pageinspect/pageinspect--1.0.sql
index b64eb61774..a711f581e2 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)