Re: MSFT compiler fixes + misc

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: MSFT compiler fixes + misc
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34B681@algol.sollentuna.se
обсуждение исходный текст
Ответ на MSFT compiler fixes + misc  (Claudio Natoli <claudio.natoli@memetrics.com>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [HACKERS] Function to kill backend
Следующее
От: Tom Lane
Дата:
Сообщение: Re: hint infrastructure setup (v3)