• Tom Lane's avatar
    In a Windows backend, don't build src/port/pgsleep.c's version of · 93120f35
    Tom Lane authored
    pg_usleep at all.  Instead call the replacement function in
    port/win32/signal.c by that name.  Avoids tricky macro-redefinition
    logic and suppresses a compiler warning; furthermore it ensures that
    no one can accidentally use the non-signal-aware version of pg_usleep
    in a Windows backend.
    93120f35
syslogger.c 21 KB