1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +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:42:56 +00:00
parent 75ffb44e7f
commit a6b6e71fa6

View File

@@ -55,7 +55,7 @@ free space pointers.</entry>
</row>
<row>
<entry>ItemPointerData</entry>
<entry>ItemIdData</entry>
<entry>Array of (offset,length) pairs pointing to the actual items.</entry>
</row>