pgsql: Fix regression test make dependencies

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix regression test make dependencies
Дата
Msg-id E1UtpA6-0005pD-Pj@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Cédric Villemain
Дата:
Сообщение: Re: pgsql: Improve support for building PGXS modules with VPATH.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Permit super-MaxAllocSize allocations with MemoryContextAllocHug