pgsql: Revise the header comment for match_clause_to_indexcol() - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Revise the header comment for match_clause_to_indexcol()
Date
Msg-id E1tfQNW-005O5v-5m@gemulon.postgresql.org
Whole thread Raw
List 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.elfe@gmail.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(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: vacuumdb: Add missing PQfinish() calls to vacuum_one_database().
Next
From: Alexander Korotkov
Date:
Subject: pgsql: pg_controldata: Fix possible errors on corrupted pg_control