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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
