mirror of
https://github.com/postgres/postgres.git
synced 2025-08-17 01:02:17 +03:00
Fix "Overall Page Layout" table. The second row should be ItemIdData, not
ItemPointerData.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.4 2005/01/10 00:04:38 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/storage.sgml,v 1.4.4.1 2007/11/23 00:35:44 ishii Exp $
|
||||
-->
|
||||
|
||||
<chapter id="storage">
|
||||
@@ -390,7 +390,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>
|
||||
|
Reference in New Issue
Block a user