Re: MSVC compile errors

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: MSVC compile errors
Date: 2004-12-26 19:21:41
Message-ID: 24557.1104088901@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Andrew Dunstan <andrew(at)dunslane(dot)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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Rémi Zara 2004-12-26 22:30:41 Fix oldstyle_length regression test for netbsd-mac68k
Previous Message Andrew Dunstan 2004-12-26 18:57:00 Re: MSVC compile errors