index df582736884f0aa105c15e162b81951ebbd867ab..90d19791871c77dffbda5e0e0c9e218d289e6483 100644 (file)
REGRESS = rolenames alter_system_table guc_privs
+# the whole point of these tests is to not run installcheck
+NO_INSTALLCHECK = 1
+
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
index a7e5b2a04f508e9c915167960e864be54e4f2f66..d9dbd038b9573960d6aaaafe32392d07a1e90c53 100644 (file)
This directory doesn't actually contain any extension module.
-What it is is a home for regression tests that we don't want to run
+Instead it is a home for regression tests that we don't want to run
during "make installcheck" because they could have side-effects that
seem undesirable for a production installation.