mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 03:41:20 +03:00
clauses are equal(), before trying to match them up using btree opclass inference rules. This allows it to recognize many simple cases involving non-btree operations, for example 'x IS NULL'. Clean up code a little.