• B
    Fix WIN32 wait() return value macros to be accurate, particularly · 1a271f0c
    Bruce Momjian 提交于
    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.
    1a271f0c
pg_regress.c 39.2 KB