pgsql: pltcl regression test needs to actually create an opclass, not - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: pltcl regression test needs to actually create an opclass, not
Date
Msg-id 20070109031338.F1AFA9FB251@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
pltcl regression test needs to actually create an opclass, not just one operator.

Modified Files:
--------------
    pgsql/src/pl/tcl/expected:
        pltcl_setup.out (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/tcl/expected/pltcl_setup.out.diff?r1=1.5&r2=1.6)
    pgsql/src/pl/tcl/sql:
        pltcl_setup.sql (r1.4 -> r1.5)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/tcl/sql/pltcl_setup.sql.diff?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Support ORDER BY ...
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: Widen the money type to 64 bits.