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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove bogus commutator marking --- the module doesn't actually
Date
Msg-id 20070929233242.29063753E4C@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Support functions for index opclasses should be immutable.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Support functions for index opclasses should be immutable.