Re: MSVC compile errors - Mailing list pgsql-patches

From Tom Lane
Subject Re: MSVC compile errors
Date
Msg-id 24557.1104088901@sss.pgh.pa.us
Whole thread Raw
In response to MSVC compile errors  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-patches
Andrew Dunstan <andrew@dunslane.net> writes:
> I was egtting a compile error complaining (in effect) abour the lack of
> a pid_t type when attempting a compile with MSVC. The attached patch,
> which move the definition up in the file win32.h before it is used,
> seems to cure the problem.

I applied a somewhat more extensive patch that tries to put the contents
of win32.h in a saner order (function externs at the bottom).  Got the
<signal.h> problem too.

            regards, tom lane

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: MSVC compile errors
Next
From: Rémi Zara
Date:
Subject: Fix oldstyle_length regression test for netbsd-mac68k