Fix misleading comment for GetOperatorFromCompareType

David Rowley <drowley@postgresql.org>

Commit: 9ba5d40e9037ae24c2f4f9a5f3d08a619e1185d6
Author: David Rowley <drowley@postgresql.org>
Date: 2026-01-06T02:16:56Z
Releases: 18.2
Fix misleading comment for GetOperatorFromCompareType

The comment claimed *strat got set to InvalidStrategy when the function
lookup fails.  This isn't true; an ERROR is raised when that happens.

Author: Paul A Jungwirth <pj@illuminatedcomputing.com>
Discussion: https://postgr.es/m/CA+renyXOrjLacP_nhqEQUf2W+ZCoY2q5kpQCfG05vQVYzr8b9w@mail.gmail.com
Backpatch-through: 18

Files

PathChange+/−
src/backend/commands/indexcmds.c modified +2 −2

Discussion