projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b28d013
)
Fix "Overall Page Layout" table. The second row should be ItemIdData, not
author
Tatsuo Ishii
<
[email protected]
>
Fri, 23 Nov 2007 00:28:25 +0000
(
00:28
+0000)
committer
Tatsuo Ishii
<
[email protected]
>
Fri, 23 Nov 2007 00:28:25 +0000
(
00:28
+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 78fbcaee0bcf2fe4338e7244fa9e498f27b359f0..458af5dd76a52590c62798bfd72b56bd18783cf7 100644
(file)
--- a/
doc/src/sgml/storage.sgml
+++ b/
doc/src/sgml/storage.sgml
@@
-396,7
+396,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>