pgsql: Remove bogus commutator marking --- the module doesn't actually

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove bogus commutator marking --- the module doesn't actually
Date: 2007-09-29 23:32:42
Message-ID: 20070929233242.29063753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove bogus commutator marking --- the module doesn't actually supply
any commutator operator for =(chkpass,text), so this was creating a
shell operator that would fail on use. Found by opr_sanity testing.

Modified Files:
--------------
pgsql/contrib/chkpass:
chkpass.sql.in (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/chkpass/chkpass.sql.in?r1=1.6&r2=1.7)
uninstall_chkpass.sql (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/chkpass/uninstall_chkpass.sql?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-09-29 23:38:17 pgsql: Support functions for index opclasses should be immutable.
Previous Message Tom Lane 2007-09-29 23:24:40 pgsql: Support functions for index opclasses should be immutable.