diff options
author | Tatsuo Ishii | 2007-11-23 00:30:58 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2007-11-23 00:30:58 +0000 |
commit | d4becb639d6f86eadee0e7a435b49ac1f8335b45 (patch) | |
tree | 1c3c67f0f44609ac0879812299ffb25ed30d98ec /doc/src | |
parent | 80848c001d69ecec6aca6cf2392c7e59b9b5fc38 (diff) |
Fix "Overall Page Layout" table. The second row should be ItemIdData, not
ItemPointerData.
Diffstat (limited to 'doc/src')
-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 e69fb73bfa6..a0895f0742f 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -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> |