| From: | rhaas(at)postgresql(dot)org (Robert Haas) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Regression tests for new btree_gist "not equals" support. |
| Date: | 2010-08-03 19:53:20 |
| Message-ID: | 20100803195320.266887541D7@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-08-03 21:21:04 | pgsql: Replace the naive HYPOT() macro with a standards-conformant |
| Previous Message | Tom Lane | 2010-08-03 19:24:05 | pgsql: Code review for --quote-all-identifiers patch: add missing --help |