Re: A few warnings on Windows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: A few warnings on Windows
Дата
Msg-id 26334.1525291313@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: A few warnings on Windows  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: A few warnings on Windows
Список pgsql-hackers
Thomas Munro <thomas.munro@enterprisedb.com> writes:
> The only remaining warnings on those machines now come from the fact
> that our port_win32.h and Perl's XSUB.h both want to define macros to
> define macros for libc functions like mkdir etc.  plperl.h already
> seems to deal with other similar kinds of ugliness.  Perhaps if
> PG_NEED_PERL_XSUB_H is defined we should undefine port_win32.h's
> libc-stealing macros before including it?  Either way XSUB.h's
> definitions win.  That should get us to 0 warnings.  See attached (not
> tested).

Seems reasonable to me.  Pushed, we'll see what the buildfarm thinks.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Unportable code in autoprewarm.c
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Is there a memory leak in commit 8561e48?