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

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

ItemPointerData.
This commit is contained in:
Tatsuo Ishii 2007-11-23 00:39:59 +00:00
parent 505292eb41
commit 0e7d9e5c50

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/page.sgml,v 1.15 2003/11/01 01:56:29 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/page.sgml,v 1.15.2.1 2007/11/23 00:39:59 ishii Exp $
--> -->
<chapter id="page"> <chapter id="page">
@ -59,7 +59,7 @@ free space pointers.</entry>
</row> </row>
<row> <row>
<entry>ItemPointerData</entry> <entry>ItemIdData</entry>
<entry>Array of (offset,length) pairs pointing to the actual items.</entry> <entry>Array of (offset,length) pairs pointing to the actual items.</entry>
</row> </row>