From: Tatsuo Ishii Date: Fri, 23 Nov 2007 00:35:44 +0000 (+0000) Subject: Fix "Overall Page Layout" table. The second row should be ItemIdData, not X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2eeaf72fa57482d74d0278cf389857069ed2144c;p=users%2Fbernd%2Fpostgres.git Fix "Overall Page Layout" table. The second row should be ItemIdData, not ItemPointerData. --- diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 3d59a8b576..18974eaa7a 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -390,7 +390,7 @@ free space pointers. -ItemPointerData +ItemIdData Array of (offset,length) pairs pointing to the actual items. 4 bytes per item.