Log Message:
-----------
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
Modified Files:
--------------
pgsql-server/src/test/regress:
pg_regress.sh (r1.44 -> r1.45)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/test/regress/pg_regress.sh.diff?r1=1.44&r2=1.45)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2004-06-03 02:08:07 |
| Subject: pgsql-server: Adjust our timezone library to use pg_time_t (typedef'd as |
| Previous: | From: Bruce Momjian | Date: 2004-06-03 00:13:19 |
| Subject: pgsql-server: init_ssl_system will return 0 on success and -1 on |