mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix "Page Layout" table. The second row should be ItemIdData, not
ItemPointerData.
This commit is contained in:
parent
75ffb44e7f
commit
a6b6e71fa6
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue