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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make contrib/isn pass the opr_sanity sanity checks: add missing
Date: 2006-11-24 18:44:37
Message-ID: 20061124184437.E61DD9FB1DA@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/contrib/isn:
isn.sql.in (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/isn/isn.sql.in.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-11-24 21:18:43 pgsql: Change pg_stat_all_tables and sister views to put the
Previous Message Peter Eisentraut 2006-11-24 17:11:57 pgsql: Translation updates