Re: MSVC compile errors - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: MSVC compile errors
Date
Msg-id 41CF097C.9070203@dunslane.net
Whole thread Raw
In response to MSVC compile errors  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-patches

Andrew Dunstan wrote:

>
>
> I am also seeing non-fatal warnings about redefinition of SIG_ERR
> SIG_DFL and SIG_IGN which I will investigate.
>
>

The cure for this seems to be to add

  #include <signal.h>

near the top of src/include/port/win32.h.

cheers

andrew

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: MSVC compile errors
Next
From: Tom Lane
Date:
Subject: Re: MSVC compile errors