1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Fix "Overall Page Layout" table. The second row should be ItemIdData, not

ItemPointerData.
This commit is contained in:
Tatsuo Ishii 2007-11-23 00:30:58 +00:00
parent 80848c001d
commit d4becb639d

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.8 2005/11/04 23:14:02 petere Exp $
$PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.8.2.1 2007/11/23 00:30:58 ishii Exp $
-->
<chapter id="storage">
@ -400,7 +400,7 @@ free space pointers.</entry>
</row>
<row>
<entry>ItemPointerData</entry>
<entry>ItemIdData</entry>
<entry>Array of (offset,length) pairs pointing to the actual items.
4 bytes per item.</entry>
</row>