initdb needs pqsignal() even on Windows.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Mar 2013 19:19:47 +0000 (15:19 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Mar 2013 19:19:47 +0000 (15:19 -0400)
commite2a203a1903367135457f12e0032626f96ef04ca
treeda9228f31f101b01e194a0dce782a8615f8d7ea9
parent8c41cb695cc5f90eee3d2226ad09016381700ca7
initdb needs pqsignal() even on Windows.

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.
src/include/port.h
src/port/pqsignal.c
src/tools/msvc/Mkvcbuild.pm