Re: MinGW patch

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

In mbprint.c:

+ #ifndef PGSCRIPTS
+ #include "settings.h"
+ #endif

Why is this needed, considering that the rest of the code was not changed
to make use of any setting?  The print modules in psql should not make use
of psql-specific settings.  That's why there are extensive separate
structures to pass this information.

Also, I'm beginning to feel that there are too many places where the lack
of getpwuid() is being worked around.  That needs to be centralized.

Lastly, since there is not going to be a Windows port in 7.4, why was this
committed to the head branch?

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: MinGW patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: MinGW patch