pgsql: As a stopgap to get the Windows buildfarm members running again, - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: As a stopgap to get the Windows buildfarm members running again,
Date
Msg-id 20060720162530.9ACC19FB38E@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
As a stopgap to get the Windows buildfarm members running again, hot-wire
the check on diff's exit status to check for literally 0 or 1.  Someone
should look into why WIFEXITED/WEXITSTATUS don't work for this, but I've
spent more than enough time on it already.

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.c (r1.9 -> r1.10)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.9&r2=1.10)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update documentation on GRANT SCEMA USAGE, again.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Ah, I finally realize why Magnus wanted to add a --bindir option