]> granicus.if.org Git - postgresql/commit
Fix WIN32 wait() return value macros to be accurate, particularly
authorBruce Momjian <bruce@momjian.us>
Sun, 30 Jul 2006 01:45:21 +0000 (01:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 30 Jul 2006 01:45:21 +0000 (01:45 +0000)
commit1a271f0c71294c47444a15d93bc064d3a4f23674
treee2ff357a47ea93dc18157434855696557e25194c
parent497d39d76815a54917c4907c73451ecb715b1fe2
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.
src/include/port/win32.h
src/test/regress/pg_regress.c