]> granicus.if.org Git - postgresql/commit
Improve speed of make check-world
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 23 Apr 2015 12:59:52 +0000 (08:59 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 23 Apr 2015 12:59:52 +0000 (08:59 -0400)
commitdcae5faccab64776376d354decda0017c648bb53
tree360f7fa5028f97814f09941be7f45f3fc82761c1
parent50a16e30ebd76e70fc76abb2c8f0cd1e71deac41
Improve speed of make check-world

Before, make check-world would create a new temporary installation for
each test suite, which is slow and wasteful.  Instead, we now create one
test installation that is used by all test suites that are part of a
make run.

The management of the temporary installation is removed from pg_regress
and handled in the makefiles.  This allows for better control, and
unifies the code with that of test suites not run through pg_regress.

review and msvc support by Michael Paquier <michael.paquier@gmail.com>

more review by Fabien Coelho <coelho@cri.ensmp.fr>
17 files changed:
.gitignore
GNUmakefile.in
contrib/earthdistance/Makefile
contrib/test_decoding/Makefile
src/Makefile.global.in
src/bin/pg_upgrade/test.sh
src/interfaces/ecpg/test/Makefile
src/makefiles/pgxs.mk
src/pl/plperl/GNUmakefile
src/pl/plpython/Makefile
src/pl/tcl/Makefile
src/test/isolation/Makefile
src/test/regress/GNUmakefile
src/test/regress/pg_regress.c
src/test/regress/pg_regress.h
src/test/regress/pg_regress_main.c
src/tools/msvc/vcregress.pl