Fix "Overall Page Layout" table. The second row should be ItemIdData, not
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 23 Nov 2007 00:35:44 +0000 (00:35 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 23 Nov 2007 00:35:44 +0000 (00:35 +0000)
ItemPointerData.

doc/src/sgml/storage.sgml

index 7ea4b634c7785ed0cd4b3e618a9fc7ad3465de0b..ef17910737fc884f6184ca01a5d56497f3d70537 100644 (file)
@@ -421,7 +421,7 @@ free space pointers.</entry>
 </row>
 
 <row>
-<entry>ItemPointerData</entry>
+<entry>ItemIdData</entry>
 <entry>Array of (offset,length) pairs pointing to the actual items.
 4 bytes per item.</entry>
 </row>