Revise the header comment for match_clause_to_indexcol()

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 23ef119f58e3eaa29bedc69320fd61b108ab8c10
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2025-02-04T21:18:47Z
Releases: 18.0
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.elfe@gmail.com>

Files

PathChange+/−
src/backend/optimizer/path/indxpath.c modified +3 −2