Commit d8e8a495 authored by Tatsuo Ishii's avatar Tatsuo Ishii

Fix "Overall Page Layout" table. The second row should be ItemIdData, not

ItemPointerData.
parent ef48ed4c
<!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.20 2007/09/30 19:54:57 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.21 2007/11/23 00:24:12 ishii Exp $ -->
<chapter id="storage"> <chapter id="storage">
...@@ -421,7 +421,7 @@ free space pointers.</entry> ...@@ -421,7 +421,7 @@ free space pointers.</entry>
</row> </row>
<row> <row>
<entry>ItemPointerData</entry> <entry>ItemIdData</entry>
<entry>Array of (offset,length) pairs pointing to the actual items. <entry>Array of (offset,length) pairs pointing to the actual items.
4 bytes per item.</entry> 4 bytes per item.</entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment