Win32 regression fixes:

Bruce Momjian <bruce@momjian.us>

Commit: 473ac70acae41c5f1fecbb0b57e9f5be5b26ab68
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-06-03T00:25:47Z
Releases: 8.0.0
Win32 regression fixes:

. only use the -W flag on pwd for $pkglibdir. All the other paths need
to be seen as MSys type paths, whereas $pkglibdir needs to be expressed
as a genuine windows path.
. run single tests in the background and explicitly wait for them -
solves the problem of the MSys shell not waiting properly for the copy
test to finish.
. use pg_ctl to shut down the test postmaster - no more use of ad hoc
kill programs or the task manager.

Andrew Dunstan

Files

PathChange+/−
src/test/regress/pg_regress.sh modified +14 −17