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

doc/src/sgml/page.sgml

index 03c81f76babba313aec0bec0dff292c04f6baf8e..633406f89cc9712fd7dd023be22c298e98ebc8f8 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/page.sgml,v 1.15 2003/11/01 01:56:29 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/page.sgml,v 1.15.2.1 2007/11/23 00:39:59 ishii Exp $
 -->
 
 <chapter id="page">
@@ -59,7 +59,7 @@ free space pointers.</entry>
 </row>
 
 <row>
-<entry>ItemPointerData</entry>
+<entry>ItemIdData</entry>
 <entry>Array of (offset,length) pairs pointing to the actual items.</entry>
 </row>