1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +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:28:25 +00:00
parent b974b5f223
commit d3786c0458

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.13 2006/11/25 22:55:59 petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.13.2.1 2007/11/23 00:28:25 ishii Exp $ -->
<chapter id="storage">
@ -396,7 +396,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>