pgsql: Fix nbtree skip array transformation comments.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix nbtree skip array transformation comments.
Date: 2026-01-07 17:54:44
Message-ID: E1vdXk3-0058r0-21@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix nbtree skip array transformation comments.

Fix comments that incorrectly described transformations performed by the
"Avoid extra index searches through preprocessing" mechanism introduced
by commit b3f1a13f.

Author: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Reviewed-By: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Reviewed-By: Peter Geoghegan <pg(at)bowt(dot)ie>
Discussion: https://postgr.es/m/20251230190145.c3c88c5eb0f88b136adda92f@sraoss.co.jp
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6c99c715ddb338e169c2ffd2a4cf754fa510cccb

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

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2026-01-07 19:44:02 pgsql: MSVC: Support building for AArch64.
Previous Message Fujii Masao 2026-01-07 16:13:20 pgsql: doc: Remove deprecated clauses from CREATE USER/GROUP syntax syn