pgsql: Doc: fix meaning of acronym "btree". - Mailing list pgsql-committers

From Tatsuo Ishii
Subject pgsql: Doc: fix meaning of acronym "btree".
Date
Msg-id E1ggfiF-0001NP-23@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6ce6d983224a8cf00ff34bb3dd6c9d734d9bae86

Modified Files
--------------
doc/src/sgml/btree.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andrew Gierth
Date:
Subject: pgsql: doc: document that INFO messages always go to client.
Next
From: Michael Paquier
Date:
Subject: pgsql: Add --disable-page-skipping and --skip-locked to vacuumdb