From d3786c0458ef96294c83bef3bb8a8cc55f865000 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Fri, 23 Nov 2007 00:28:25 +0000 Subject: [PATCH] Fix "Overall Page Layout" table. The second row should be ItemIdData, not ItemPointerData. --- doc/src/sgml/storage.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 3635370ca3f..10ce066fdf6 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. -- 2.39.5