Fix pg_operator entries for mergejoinable operators with different left and

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 51f0f6ddc8359d088a6d4892eec0ce90b485b501
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-02-28T00:56:42Z
Releases: 7.1.1
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