Re: python cleanup

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: python cleanup
Дата
Msg-id 8329.1311604561@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: python cleanup  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: python cleanup
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> [python headers set _POSIX_C_SOURCE and _XOPEN_SOURCE]

BTW ... so far as I can find, there is no attempt anywhere in the
Postgres sources to set either of these macros.  And my understanding of
their purpose is that *system* headers should not be setting them at
all, rather the application sets them to indicate which POSIX feature
level it would like.  So perhaps the real question here is where the
heck are your conflicting values coming from ...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: python cleanup
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: python cleanup