postgresql/src/interfaces
Peter Eisentraut dcae5facca 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>
2015-04-23 08:59:52 -04:00
..
ecpg Improve speed of make check-world 2015-04-23 08:59:52 -04:00
libpq libpq: Don't overwrite existing OpenSSL thread callbacks 2015-04-09 20:45:34 -04:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00