pgsql: Fix nbtree deduplication README commentary.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix nbtree deduplication README commentary.
Date: 2020-03-24 21:58:51
Message-ID: E1jGrZT-0002HU-UF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix nbtree deduplication README commentary.

Descriptions of some aspects of how deduplication works were unclear in
a couple of places.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b150a76793109b00ea43c26e0006b3cad9030096

Modified Files
--------------
src/backend/access/nbtree/README | 45 +++++++++++++++++++++-------------------
1 file changed, 24 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2020-03-25 01:57:15 pgsql: Consider disk-based hash aggregation to implement DISTINCT.
Previous Message Andres Freund 2020-03-24 19:16:43 pgsql: logical decoding: Remove TODO about unnecessary optimization.