pgsql: initdb needs pqsignal() even on Windows.

Started by Tom Laneover 13 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e2a203a1903367135457f12e0032626f96ef04ca

Modified Files
--------------
src/include/port.h | 3 ---
src/port/pqsignal.c | 18 +++++++++---------
src/tools/msvc/Mkvcbuild.pm | 3 ++-
3 files changed, 11 insertions(+), 13 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers