Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6bbc2f9

Browse files
Doc: Refer to line pointers as item identifiers.
An upcoming HEAD-only patch will standardize the terminology aroundItemIdData variables/line pointers, ending the practice of referring tothem as "item pointers". Make the "Database Page Layout" docsconsistent with the new policy. The term "item identifier" is alreadyused in the same section, so stick with that.Discussion:https://postgr.es/m/CAH2-Wz=c=MZQjUzde3o9+2PLAPuHTpVZPPdYxN=E4ndQ2--8ew@mail.gmail.comBackpatch: All supported branches.
1 parentb6abc22 commit6bbc2f9

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
@@ -750,14 +750,14 @@ free space pointers.</entry>
750750

751751
<row>
752752
<entry>ItemIdData</entry>
753-
<entry>Array of(offset,length) pairs pointing to the actual items.
754-
4 bytes per item.</entry>
753+
<entry>Array ofitem identifiers pointing to the actual items. Each
754+
entry is an (offset,length) pair.4 bytes per item.</entry>
755755
</row>
756756

757757
<row>
758758
<entry>Free space</entry>
759-
<entry>The unallocated space. New itempointers are allocated from the start
760-
of this area, new items from the end.</entry>
759+
<entry>The unallocated space. New itemidentifiers are allocated from
760+
the startof this area, new items from the end.</entry>
761761
</row>
762762

763763
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp