Doc: Describe CREATE INDEX deduplication strategy.

Peter Geoghegan <pg@bowt.ie>

Commit: 449e14a5618432f01066c33055229b96666bd925
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2020-05-21T20:36:45Z
Releases: 13.0
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.

Files

PathChange+/−
doc/src/sgml/btree.sgml modified +37 −17

Documentation touched