pgsql: Fix WIN32 wait() return value macros to be accurate, particularly - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Fix WIN32 wait() return value macros to be accurate, particularly
Date
Msg-id 20060730014522.032E79FB2FB@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix WIN32 wait() return value macros to be accurate, particularly
because they are used for testing the return value from system().
(WIN32 doesn't overlay the return code with other failure conditions
like Unix does, so they are just simple macros.)

Fix regression checks to properly handle diff failures on Win32 using
the new macros.

Modified Files:
--------------
    pgsql/src/include/port:
        win32.h (r1.53 -> r1.54)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h.diff?r1=1.53&r2=1.54)
    pgsql/src/test/regress:
        pg_regress.c (r1.16 -> r1.17)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.16&r2=1.17)

pgsql-committers by date:

Previous
From: pgstudy@pgfoundry.org (User Pgstudy)
Date:
Subject: fulldisjunction - fd: Finished README.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: > * Consider detoasting keys before sorting