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

Commita67212d

Browse files
committed
Doc: fix meaning of acronym "btree".
Acronym "btree" better means "multi-way balanced tree" rather than"multi-way binary tree".Discussion:https://postgr.es/m/20190105.183532.1686260542006440682.t-ishii%40sraoss.co.jp
1 parent93fedda commita67212d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/btree.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<para>
1515
<productname>PostgreSQL</productname> includes an implementation of the
16-
standard <acronym>btree</acronym> (multi-waybinary tree) index data
16+
standard <acronym>btree</acronym> (multi-waybalanced tree) index data
1717
structure. Any data type that can be sorted into a well-defined linear
1818
order can be indexed by a btree index. The only limitation is that an
1919
index entry cannot exceed approximately one-third of a page (after TOAST

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp