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-Tag: REL8_0_15~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f5a7506c6d6813e2a5c98d13adc4d3edd305ee4;p=thirdparty%2Fpostgresql.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 118d6604d2e..f2124a240ac 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -1,5 +1,5 @@ @@ -390,7 +390,7 @@ free space pointers. -ItemPointerData +ItemIdData Array of (offset,length) pairs pointing to the actual items. 4 bytes per item.