OSDN Git Service

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

doc/src/sgml/storage.sgml

index f0b6451..fe9ae61 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $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">
 
@@ -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>