diff options
| author | Tom Lane | 2011-08-25 04:06:16 +0000 |
|---|---|---|
| committer | Tom Lane | 2011-08-25 04:06:16 +0000 |
| commit | bd165757f4e0914efb808927482c46f719adcbc5 (patch) | |
| tree | f3ef9baf58e676a062048347702d326848d544f8 /contrib/pgstattuple/Makefile | |
| parent | af7d181298fbcd4eb225ee349598edd4611c652d (diff) | |
Add a regression test for pgstattuple.
This is mainly to prove that the NaN fix actually works cross-platform.
Diffstat (limited to 'contrib/pgstattuple/Makefile')
| -rw-r--r-- | contrib/pgstattuple/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pgstattuple/Makefile b/contrib/pgstattuple/Makefile index 13b87090eec..6ac277598c8 100644 --- a/contrib/pgstattuple/Makefile +++ b/contrib/pgstattuple/Makefile @@ -6,6 +6,8 @@ OBJS = pgstattuple.o pgstatindex.o EXTENSION = pgstattuple DATA = pgstattuple--1.0.sql pgstattuple--unpackaged--1.0.sql +REGRESS = pgstattuple + ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) |
