From: Tatsuo Ishii Date: Fri, 23 Nov 2007 00:42:56 +0000 (+0000) Subject: Fix "Page Layout" table. The second row should be ItemIdData, not X-Git-Tag: REL7_3_21~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6b6e71fa65c074affa9f15f97a2edeafe1455b7;p=thirdparty%2Fpostgresql.git Fix "Page Layout" table. The second row should be ItemIdData, not ItemPointerData. --- diff --git a/doc/src/sgml/page.sgml b/doc/src/sgml/page.sgml index d7096a4bbe1..19c4993851b 100644 --- a/doc/src/sgml/page.sgml +++ b/doc/src/sgml/page.sgml @@ -55,7 +55,7 @@ free space pointers. -ItemPointerData +ItemIdData Array of (offset,length) pairs pointing to the actual items.