From: Tatsuo Ishii Date: Fri, 23 Nov 2007 00:30:58 +0000 (+0000) Subject: Fix "Overall Page Layout" table. The second row should be ItemIdData, not X-Git-Tag: REL8_1_11~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4becb639d6f86eadee0e7a435b49ac1f8335b45;p=postgresql 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 e69fb73bfa..a0895f0742 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -1,5 +1,5 @@ @@ -400,7 +400,7 @@ free space pointers. -ItemPointerData +ItemIdData Array of (offset,length) pairs pointing to the actual items. 4 bytes per item.