1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Respect TEMP_CONFIG when pg_regress_check and friends are called

This reverts commit 9117985b6b in favor of
a more general solution.
This commit is contained in:
Andrew Dunstan
2016-02-27 12:28:21 -05:00
parent c9578135f7
commit 87cc6b57a9
5 changed files with 14 additions and 19 deletions

View File

@ -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