Fix pg_operator entries for mergejoinable operators with different left and
Tom Lane <tgl@sss.pgh.pa.us>
Fix pg_operator entries for mergejoinable operators with different left and right side data types. Correct the opr_sanity regress test to check these entries properly. NOTE that opr_sanity will now fail until you do an initdb!
Files
| Path | Change | +/− |
|---|---|---|
| src/include/catalog/pg_operator.h | modified | +7 −7 |
| src/test/regress/expected/opr_sanity.out | modified | +4 −4 |
| src/test/regress/sql/opr_sanity.sql | modified | +8 −8 |