Re: MSFT compiler fixes + misc

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Claudio Natoli" <claudio(dot)natoli(at)memetrics(dot)com>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: MSFT compiler fixes + misc
Date: 2004-04-03 16:39:04
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34B681@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)natoli(at)memetrics(dot)com]
>Sent: den 1 april 2004 05:06
>To: pgsql-patches(at)postgresql(dot)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>
>
>
>

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-04-03 18:33:25 Re: hint infrastructure setup (v3)
Previous Message Andrew Dunstan 2004-04-03 16:08:30 Re: [HACKERS] Function to kill backend