pgsql: Doc: Describe CREATE INDEX deduplication strategy. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Doc: Describe CREATE INDEX deduplication strategy.
Date
Msg-id E1jbrwE-0004DY-VX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: Describe CREATE INDEX deduplication strategy.

The B-Tree index deduplication strategy used during CREATE INDEX and
REINDEX differs from the lazy strategy used by retail inserts.  Make
that clear by adding a new paragraph to the B-Tree implementation
section of the documentation.

In passing, do some copy-editing of nearby deduplication documentation.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/449e14a5618432f01066c33055229b96666bd925

Modified Files
--------------
doc/src/sgml/btree.sgml | 54 +++++++++++++++++++++++++++++++++----------------
1 file changed, 37 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Clear some style deviations.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: Simplify mention of unique indexes for NULL control