pgsql: Add some additional casts and regression tests for the citext - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add some additional casts and regression tests for the citext
Date
Msg-id 20080905182517.1D6BB755325@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add some additional casts and regression tests for the citext data type.
David Wheeler

Modified Files:
--------------
    pgsql/contrib/citext:
        citext.sql.in (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/citext/citext.sql.in?r1=1.2&r2=1.3)
        uninstall_citext.sql (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/citext/uninstall_citext.sql?r1=1.2&r2=1.3)
    pgsql/contrib/citext/expected:
        citext.out (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/citext/expected/citext.out?r1=1.2&r2=1.3)
    pgsql/contrib/citext/sql:
        citext.sql (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/citext/sql/citext.sql?r1=1.2&r2=1.3)

Added Files:
-----------
    pgsql/contrib/citext/expected:
        citext_1.out (r1.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/citext/expected/citext_1.out?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: Add missing descriptions for aggregates, functions and
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Check for gcov and lcov only when coverage testing is enabled.