pgsql-server: Win32 regression fixes: . - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql-server: Win32 regression fixes: .
Date
Msg-id 20040603002547.48E4DD1B459@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: init_ssl_system will return 0 on success and -1 on
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Adjust our timezone library to use pg_time_t (typedef'd as