Make contrib/isn pass the opr_sanity sanity checks: add missing

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

Commit: 2822c7c0fce20db579c0ae7042529a418ff41d48
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-11-24T18:44:37Z
Releases: 8.2.0
Make contrib/isn pass the opr_sanity sanity checks: add missing
commutator operators, and mark hash-opclass members as oprcanhash.
This is a pretty ugly, brute-force solution, but it seems that getting
rid of all these redundant-looking operators would require some tweaks
in the core operator-resolution code to behave nicely, and I'm not
willing to risk that just before RC1.

Files

PathChange+/−
contrib/isn/isn.sql.in modified +1010 −205