Re: MSFT compiler fixes + misc

From: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
To: 'Magnus Hagander' <mha(at)sollentuna(dot)net>, Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: MSFT compiler fixes + misc
Date: 2004-04-05 09:05:06
Message-ID: A02DEC4D1073D611BAE8525405FCCE2B55F3E2@harris.memetrics.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> [snip]
> #ifndef WIN32
> #define pgpipe(a) pipe(a)
> #define piperead(a,b,c) read(a,b,c)
> #define pipewrite(a,b,c) write(a,b,c)
> #else
> extern int pgpipe(int handles[2]);
> extern int piperead(a,b,c);
> extern int pipewrite(a,b,c);
> #endif
>
> And then put piperead() and pipewrite() along with pgpipe() in the C
> file. (Naturally, arguments with the correct syntax, but you get the
> idea)
> [snip]

Ah, now it is clear what you meant.

You want to submit the patch?

Cheers,
Claudio

---
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.memetrics.com/em
ailpolicy.html</a>

Browse pgsql-patches by date

  From Date Subject
Next Message Fabien COELHO 2004-04-05 09:12:53 Re: hint infrastructure setup (v3)
Previous Message Peter Eisentraut 2004-04-05 09:03:04 Re: Translation Updates for 7.3: libpq-ru.po.gz; pg_controldata-ru.po.gz; pg_resetxlog-ru.po.gz; postgres-ru.po.gz