projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a338d65
)
Update pageinspect--1.0.sql to match the upgrade script
author
Alvaro Herrera
Fri, 25 Feb 2011 22:39:02 +0000
(19:39 -0300)
committer
Alvaro Herrera
Fri, 25 Feb 2011 22:39:02 +0000
(19:39 -0300)
Per comment from Tom
contrib/pageinspect/pageinspect--1.0.sql
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pageinspect/pageinspect--1.0.sql
b/contrib/pageinspect/pageinspect--1.0.sql
index b64eb61774982b388b87980e49a18f1a953c45d2..a711f581e266141565e7b2284b6898d0a787546f 100644
(file)
--- 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)