pgsql: Fix regression test make dependencies - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix regression test make dependencies
Date
Msg-id E1UtpA6-0005pD-Pj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix regression test make dependencies

The dependencies on the spi and dummy_seclabel contrib modules were
incomplete, because they did not pick up automatically generated
dependencies on header files.  This will manifest itself especially when
switching major versions, where the contrib modules would not be
recompiled to contain the new version number, leading to regression test
failures.

To fix this, use the submake approach already in use elsewhere, so that
the contrib modules are built using their full rules.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/384f933046dc9e9a2b416f5f7b3be30b93587c63

Modified Files
--------------
src/test/regress/GNUmakefile |   17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Cédric Villemain
Date:
Subject: Re: pgsql: Improve support for building PGXS modules with VPATH.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Permit super-MaxAllocSize allocations with MemoryContextAllocHug