pgsql: Refine nbtree = redundancy preprocessing comment. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Refine nbtree = redundancy preprocessing comment.
Date
Msg-id E1tDpZx-002l19-Pc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Refine nbtree = redundancy preprocessing comment.

Spell out how a = key associated with a SAOP array renders a > key
against the same index column redundant at the relevant point inside
_bt_preprocess_keys.

Follow-up to commit 5bf748b8.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/70743376987af2393e42f3cfc2def4a472070659

Modified Files
--------------
src/backend/access/nbtree/nbtutils.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid assertion failure if a setop leaf query contains setops.
Next
From: Bruce Momjian
Date:
Subject: pgsql: clarify --no-comments option in --help and SGML files