projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f1445
)
Fix "Overall Page Layout" table. The second row should be ItemIdData, not
author
Tatsuo Ishii
<ishii@postgresql.org>
Fri, 23 Nov 2007 00:35:44 +0000
(
00:35
+0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Fri, 23 Nov 2007 00:35:44 +0000
(
00:35
+0000)
ItemPointerData.
doc/src/sgml/storage.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/storage.sgml
b/doc/src/sgml/storage.sgml
index 7ea4b634c7785ed0cd4b3e618a9fc7ad3465de0b..ef17910737fc884f6184ca01a5d56497f3d70537 100644
(file)
--- a/
doc/src/sgml/storage.sgml
+++ b/
doc/src/sgml/storage.sgml
@@
-421,7
+421,7
@@
free space pointers.</entry>
</row>
<row>
-<entry>Item
Pointer
Data</entry>
+<entry>Item
Id
Data</entry>
<entry>Array of (offset,length) pairs pointing to the actual items.
4 bytes per item.</entry>
</row>