• Tom Lane's avatar
    initdb needs pqsignal() even on Windows. · e2a203a1
    Tom Lane authored
    I had thought we weren't using this version of pqsignal() at all on
    Windows, but that's wrong --- initdb is using it (and coping with the
    POSIX-ish semantics of bare signal() :-().  So allow the file to be
    built in WIN32+FRONTEND case, and add it to the MSVC build logic.
    e2a203a1
pqsignal.c 2.29 KB