Re: MinGW patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: MinGW patch
Дата
Msg-id Pine.LNX.4.44.0309071806490.1172-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: MinGW patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы WIN32_CONSOLE usage
Список pgsql-patches
Bruce Momjian writes:

> The problem is that mbvalidate() has this code:
>
>         if (GetVariableBool(pset.vars, "WIN32_CONSOLE"))
>             CharToOem(pwcs, pwcs);
>
> That's why I needed the #ifdef so it only tests from psql.  This code
> was just broken without that test, and because no one else has done
> Win32 compiles since it was added, no one saw it.

Interesting, considering that WIN32_CONSOLE isn't being set anywhere.

Anyway, that code needs to be removed/fixed, for the mentioned reasons.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Index creation takes for ever
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Index creation takes for ever