summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndrew Dunstan2016-02-27 17:28:21 +0000
committerAndrew Dunstan2016-02-27 17:28:21 +0000
commit87cc6b57a911bf439ff9e53f1eddba58e9749ffe (patch)
tree263500fc4b8a239b4105dd6adf0270acbf9505fc /contrib
parentc9578135f769072e2597b88402f256a398279c91 (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.mk5
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