pgsql: Fix nbtree deduplication README commentary. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Fix nbtree deduplication README commentary.
Date
Msg-id E1jGrZT-0002HU-UF@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: logical decoding: Remove TODO about unnecessary optimization.
Next
From: Jeff Davis
Date:
Subject: pgsql: Avoid allocating unnecessary zero-sized array.