pgsql: Fix regression test make dependencies

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix regression test make dependencies
Date: 2013-07-02 01:13:42
Message-ID: E1UtpA6-0005pD-Pj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2013-07-02 10:08:42 Re: pgsql: Permit super-MaxAllocSize allocations with MemoryContextAllocHug
Previous Message Cédric Villemain 2013-07-01 21:13:55 Re: pgsql: Improve support for building PGXS modules with VPATH.