Re: Compiling libpq with VisualC

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Compiling libpq with VisualC
Дата
Msg-id 40BEDCE2.90508@pse-consulting.de
обсуждение исходный текст
Ответ на Re: Compiling libpq with VisualC  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Compiling libpq with VisualC  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian wrote:

>
>
>>>fe-connect.c:
>>>- pg_config_paths.h isn't available. SYSCONFDIR is already defined so
>>>fe-connect.c doesn't need to include that.
>>>patch appended
>>>
>>>
>
>This shouldn't be needed anymore.  Where is SYSCONFDIR coming from?  Is
>it from some Win32 include file?  It should only be coming from
>pg_config_paths.h now.
>
>
It's defined in pg_config.h.win32, which is copied to pg_config.h.
There's no pg_config_paths.h for win32, and I wonder if the code which
uses SYSCONFDIR is of any use for win32.

Regards,
Andreas



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: fix for pg_regress.sh on mingw
Следующее
От: Manfred Koizar
Дата:
Сообщение: vacuum.c refactoring