Prevent passing gmake's environment variables down through pg_regress.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9009ec051554bac71e7eac701936743de52c2322
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-12-01T22:24:15Z
Releases: 8.3.22
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

Files

PathChange+/−
src/test/regress/pg_regress.c modified +13 −0