pgsql: Revise the header comment for match_clause_to_indexcol()

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revise the header comment for match_clause_to_indexcol()
Date: 2025-02-04 21:22:42
Message-ID: E1tfQNW-005O5v-5m@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revise the header comment for match_clause_to_indexcol()

Since d4378c0005e6, match_clause_to_indexcol() doesn't always return NULL
for an OR clause. This commit reflects that in the function header comment.

Reported-by: Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/23ef119f58e3eaa29bedc69320fd61b108ab8c10

Modified Files
--------------
src/backend/optimizer/path/indxpath.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2025-02-04 22:46:38 pgsql: pg_controldata: Fix possible errors on corrupted pg_control
Previous Message Nathan Bossart 2025-02-04 19:28:00 pgsql: vacuumdb: Add missing PQfinish() calls to vacuum_one_database().