Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0569f04

Browse files
Doc: Refer to line pointers as item identifiers.
An upcoming HEAD-only patch will standardize the terminology around ItemIdData variables/line pointers, ending the practice of referring to them as "item pointers". Make the "Database Page Layout" docs consistent with the new policy. The term "item identifier" is already used in the same section, so stick with that. Discussion: https://postgr.es/m/CAH2-Wz=c=MZQjUzde3o9+2PLAPuHTpVZPPdYxN=E4ndQ2--8ew@mail.gmail.com Backpatch: All supported branches.
1 parent 3b50503 commit 0569f04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/storage.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -745,14 +745,14 @@ free space pointers.</entry>
745745

746746
<row>
747747
<entry>ItemIdData</entry>
748-
<entry>Array of (offset,length) pairs pointing to the actual items.
749-
4 bytes per item.</entry>
748+
<entry>Array of item identifiers pointing to the actual items. Each
749+
entry is an (offset,length) pair. 4 bytes per item.</entry>
750750
</row>
751751

752752
<row>
753753
<entry>Free space</entry>
754-
<entry>The unallocated space. New item pointers are allocated from the start
755-
of this area, new items from the end.</entry>
754+
<entry>The unallocated space. New item identifiers are allocated from
755+
the start of this area, new items from the end.</entry>
756756
</row>
757757

758758
<row>

0 commit comments

Comments
 (0)