Re: MSFT compiler fixes + misc - Mailing list pgsql-patches

From Magnus Hagander
Subject Re: MSFT compiler fixes + misc
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34B681@algol.sollentuna.se
Whole thread Raw
In response to MSFT compiler fixes + misc  (Claudio Natoli <claudio.natoli@memetrics.com>)
List pgsql-patches
A thought about this - how about converting pgpiperead() and
pgpipewrite() into functions intead of macros (on win32 - still
redifining them on != win32), mimicking the behaviour of read() and
write()? Then we could do awya with the #ifdefs at the points where its
used, and just expect the normal Unix behaviour?

//Magnus


>-----Original Message-----
>From: Claudio Natoli [mailto:claudio.natoli@memetrics.com]
>Sent: den 1 april 2004 05:06
>To: pgsql-patches@postgresql.org
>Subject: [PATCHES] MSFT compiler fixes + misc
>
>
>
>For application to HEAD, following community review.
>
>Corrects issues recently posted by Dann Corbit, allowing
>libpq/psql to be
>built under VC++. Moves a pgstat win32 #def to port.h
>
>---
>Certain disclaimers and policies apply to all email sent from
>Memetrics.
>For the full text of these disclaimers and policies see
><a
>href="http://www.memetrics.com/emailpolicy.html">http://www.mem
>etrics.com/em
>ailpolicy.html</a>
>
>
>

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] Function to kill backend
Next
From: Tom Lane
Date:
Subject: Re: hint infrastructure setup (v3)