mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 09:40:40 -04:00
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> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.aix | ||
| Makefile.cygwin | ||
| Makefile.darwin | ||
| Makefile.freebsd | ||
| Makefile.hpux | ||
| Makefile.linux | ||
| Makefile.netbsd | ||
| Makefile.openbsd | ||
| Makefile.sco | ||
| Makefile.solaris | ||
| Makefile.unixware | ||
| Makefile.win32 | ||
| pgxs.mk | ||