Unmark 'hashable' operators that can't really be used for
Tom Lane <tgl@sss.pgh.pa.us>
Unmark 'hashable' operators that can't really be used for hashjoins. Extend opr_sanity regress test to help detect similar mistakes.
Files
| Path | Change | +/− |
|---|---|---|
| src/include/catalog/pg_operator.h | modified | +11 −11 |
| src/test/regress/expected/opr_sanity.out | modified | +7 −4 |
| src/test/regress/sql/opr_sanity.sql | modified | +5 −2 |