diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2007-11-23 00:24:12 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2007-11-23 00:24:12 +0000 |
commit | d8e8a495da76edebbf0377f8028b3b1311c4caf5 (patch) | |
tree | 418cd48d165df178897816a6851a7bf04e3e73a8 | |
parent | ef48ed4c86e65c9a173ead5e08ec23f783849b51 (diff) | |
download | postgresql-d8e8a495da76edebbf0377f8028b3b1311c4caf5.tar.gz postgresql-d8e8a495da76edebbf0377f8028b3b1311c4caf5.zip |
Fix "Overall Page Layout" table. The second row should be ItemIdData, not
ItemPointerData.
-rw-r--r-- | doc/src/sgml/storage.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index f0b64516f7d..fe9ae611bf1 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -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> |