]> 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:28:25 +0000 (00:28 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 23 Nov 2007 00:28:25 +0000 (00:28 +0000)
ItemPointerData.

doc/src/sgml/storage.sgml

index 3635370ca3f2fb198305c88d574c9c495113f8c7..10ce066fdf68d8edc67371ac1c8ad7fdd9449ee0 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.13 2006/11/25 22:55:59 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.13.2.1 2007/11/23 00:28:25 ishii Exp $ -->
 
 <chapter id="storage">
 
@@ -396,7 +396,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>