Re: [pgsql-hackers-win32] libpq build problem with on MS VC++

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [pgsql-hackers-win32] libpq build problem with on MS VC++
Дата
Msg-id 28493.1092712872@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [pgsql-hackers-win32] libpq build problem with on MS VC++  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [pgsql-hackers-win32] libpq build problem with on MS VC++  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> OK, I have improved your comment and applied the patch. I mentioned the
> problem is only on MS C, but we might as well include io.h there on all
> Win32 platforms.

I am actually fairly uncomfortable with this solution.  We learned the
hard way awhile back that we want to include postgres.h or siblings
*before* any system header file, because the system header files may
default to things we do not want otherwise.  (Typical examples have to
do with 32-bit vs 64-bit file offsets.)  Perhaps it will be okay to
violate that rule on this one specific file on this one specific
platform, but I would not bet on it.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [pgsql-hackers-win32] GUC variables invisible to contrib/ modules
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [pgsql-hackers-win32] libpq build problem with on MS VC++