diff options
| author | Andrew Dunstan | 2016-02-27 17:28:21 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2016-02-27 17:28:21 +0000 |
| commit | 87cc6b57a911bf439ff9e53f1eddba58e9749ffe (patch) | |
| tree | 263500fc4b8a239b4105dd6adf0270acbf9505fc /contrib | |
| parent | c9578135f769072e2597b88402f256a398279c91 (diff) | |
Respect TEMP_CONFIG when pg_regress_check and friends are called
This reverts commit 9117985b6ba9beda4f280f596035649fc23b6233 in favor of
a more general solution.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/contrib-global.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/contrib-global.mk b/contrib/contrib-global.mk index ba49610b115..6ac8e9b13d0 100644 --- a/contrib/contrib-global.mk +++ b/contrib/contrib-global.mk @@ -1,9 +1,4 @@ # contrib/contrib-global.mk -# file with extra config for temp build -ifdef TEMP_CONFIG -REGRESS_OPTS += --temp-config=$(TEMP_CONFIG) -endif - NO_PGXS = 1 include $(top_srcdir)/src/makefiles/pgxs.mk |
