pgsql: Prevent passing gmake's environment variables down through pg_re - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Prevent passing gmake's environment variables down through pg_re
Date
Msg-id E1TevUC-00028z-AZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Prevent passing gmake's environment variables down through pg_regress.

When we do "make install" to create a temp installation, we don't want
that instance of make to try to communicate with any instance of make
that might be calling us.  This is known to cause problems if the
upper make has a -jN flag, and in principle could cause problems even
without that.  Unset the relevant environment variables to prevent such
issues.

Andres Freund

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/19a08ef7d3a8cd8327289c2183f8402d6b7dade9

Modified Files
--------------
src/test/regress/pg_regress.c |   13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make sure sharedir/extension/ directory is created when needed.
Next
From: Tom Lane
Date:
Subject: pgsql: Prevent passing gmake's environment variables down through pg_re