Re: pgwin32_safestat weirdness

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pgwin32_safestat weirdness
Дата
Msg-id 20080413191641.302e4fb3@mha-laptop
обсуждение исходный текст
Ответ на pgwin32_safestat weirdness  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgwin32_safestat weirdness  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Andrew Dunstan wrote:
> 
> I'm confused about the current state of the pgwin32_safestat stuff. 
> Cygwin is now building happily, but MinGW is now broken on libpq. It 
> looks like libpq now needs dirmod.o or maybe libpgport.a. What I
> really don't understand though is why MinGW is broken but MSVC isn't.

I don't know why MSVC survives that without digging deeper, but the
original patch had the redefine only if !defined(FRONTEND), but that
seems to have been lost in Toms fix and it's now always redefined.

Tom - was there a reason it now runs in FRONTEND as well, or was that
an oversight?

//Magnus


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgwin32_safestat weirdness
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgwin32_safestat weirdness