mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Regression tests for new btree_gist "not equals" support.
Jeff Davis, with minor adjustments by me.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# $PostgreSQL: pgsql/contrib/btree_gist/Makefile,v 1.12 2007/11/10 23:59:50 momjian Exp $
|
||||
# $PostgreSQL: pgsql/contrib/btree_gist/Makefile,v 1.13 2010/08/03 19:53:19 rhaas Exp $
|
||||
|
||||
MODULE_big = btree_gist
|
||||
|
||||
@ -11,7 +11,7 @@ DATA_built = btree_gist.sql
|
||||
DATA = uninstall_btree_gist.sql
|
||||
|
||||
REGRESS = init int2 int4 int8 float4 float8 cash oid timestamp timestamptz time timetz \
|
||||
date interval macaddr inet cidr text varchar char bytea bit varbit numeric
|
||||
date interval macaddr inet cidr text varchar char bytea bit varbit numeric not_equal
|
||||
|
||||
ifdef USE_PGXS
|
||||
PG_CONFIG = pg_config
|
||||
|
Reference in New Issue
Block a user