]> granicus.if.org Git - postgresql/commitdiff
Fix "Overall Page Layout" table. The second row should be ItemIdData, not
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 23 Nov 2007 00:30:58 +0000 (00:30 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 23 Nov 2007 00:30:58 +0000 (00:30 +0000)
ItemPointerData.

doc/src/sgml/storage.sgml

index e69fb73bfa6fdeb8aeba38198dc9868ba0dd4e25..a0895f0742f0902a36a9a0c506d7ee72cb3245fe 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.8 2005/11/04 23:14:02 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.8.2.1 2007/11/23 00:30:58 ishii Exp $
 -->
 
 <chapter id="storage">
@@ -400,7 +400,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>