From: Tatsuo Ishii Date: Fri, 23 Nov 2007 00:28:25 +0000 (+0000) Subject: Fix "Overall Page Layout" table. The second row should be ItemIdData, not X-Git-Tag: REL8_2_6~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3786c0458ef96294c83bef3bb8a8cc55f865000;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 3635370ca3..10ce066fdf 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -1,4 +1,4 @@ - + @@ -396,7 +396,7 @@ free space pointers. -ItemPointerData +ItemIdData Array of (offset,length) pairs pointing to the actual items. 4 bytes per item.