pgsql: Refine nbtree = redundancy preprocessing comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Refine nbtree = redundancy preprocessing comment.
Date: 2024-11-20 18:37:29
Message-ID: E1tDpZx-002l19-Pc@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2024-11-20 19:48:53 pgsql: clarify --no-comments option in --help and SGML files
Previous Message Tom Lane 2024-11-20 17:04:01 pgsql: Avoid assertion failure if a setop leaf query contains setops.