Internal document bug?

Started by Tatsuo Ishiiabout 18 years ago2 messages
#1Tatsuo Ishii
ishii@postgresql.org

Hi,

"53.3. Database Page Layout"

in table 53-2,

"ItemPointerData Array of (offset,length) pairs pointing to the actual items. 4 bytes per item."

the explanation should be for ItemIdData, not for ItemPointerData, I think.
--
Tatsuo Ishii
SRA OSS, Inc. Japan

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Tatsuo Ishii (#1)
Re: Internal document bug?

Tatsuo Ishii <ishii@postgresql.org> writes:

"53.3. Database Page Layout"

in table 53-2,

"ItemPointerData Array of (offset,length) pairs pointing to the actual items. 4 bytes per item."

the explanation should be for ItemIdData, not for ItemPointerData, I think.

Yeah, you're right. Please fix.

regards, tom lane