pgsql: Regression tests for new btree_gist "not equals" support. - Mailing list pgsql-committers

From rhaas@postgresql.org (Robert Haas)
Subject pgsql: Regression tests for new btree_gist "not equals" support.
Date
Msg-id 20100803195320.266887541D7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Regression tests for new btree_gist "not equals" support.

Jeff Davis, with minor adjustments by me.

Modified Files:
--------------
    pgsql/contrib/btree_gist:
        Makefile (r1.12 -> r1.13)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/btree_gist/Makefile?r1=1.12&r2=1.13)

Added Files:
-----------
    pgsql/contrib/btree_gist/expected:
        not_equal.out (r1.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/btree_gist/expected/not_equal.out?rev=1.1&content-type=text/x-cvsweb-markup)
    pgsql/contrib/btree_gist/sql:
        not_equal.sql (r1.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/btree_gist/sql/not_equal.sql?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Code review for --quote-all-identifiers patch: add missing --help
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Replace the naive HYPOT() macro with a standards-conformant