From 9117985b6ba9beda4f280f596035649fc23b6233 Mon Sep 17 00:00:00 2001
From: Robert Haas <rhaas@postgresql.org>
Date: Fri, 26 Feb 2016 12:38:21 +0530
Subject: [PATCH] Respect TEMP_CONFIG when running contrib regression tests.

Thomas Munro
---
 contrib/contrib-global.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/contrib/contrib-global.mk b/contrib/contrib-global.mk
index 6ac8e9b13d0..ba49610b115 100644
--- a/contrib/contrib-global.mk
+++ b/contrib/contrib-global.mk
@@ -1,4 +1,9 @@
 # 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
-- 
GitLab