pgsql: Fix WIN32 wait() return value macros to be accurate, particularly

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix WIN32 wait() return value macros to be accurate, particularly
Date: 2006-07-30 01:45:22
Message-ID: 20060730014522.032E79FB2FB@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-07-30 01:48:40 pgsql: Add: > * Consider detoasting keys before sorting
Previous Message User Pgstudy 2006-07-30 00:54:14 fulldisjunction - fd: Finished README.