Re: pgsql: instr_time: Represent time as an int64 on all platforms

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: instr_time: Represent time as an int64 on all platforms
Дата
Msg-id 1540079.1674454854@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: instr_time: Represent time as an int64 on all platforms  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: instr_time: Represent time as an int64 on all platforms  (Andres Freund <andres@anarazel.de>)
Re: pgsql: instr_time: Represent time as an int64 on all platforms  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
Michael Paquier <michael@paquier.xyz> writes:
> On Sat, Jan 21, 2023 at 05:25:19AM +0000, Andres Freund wrote:
>> instr_time: Represent time as an int64 on all platforms

> hoverfly is unhappy since this went in:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=hoverfly&dt=2023-01-23%2005%3A01%3A44

Yeah, there was some discussion about that already:

https://www.postgresql.org/message-id/20230121190303.7xjiwdg3gvb62lu3@awork3.anarazel.de

I'm inclined to think that we should fix the plpython code to be rigorous
about including everything else we need before including the Python
headers.  That's ugly, but it's not our fault that Python thinks it can
redefine _POSIX_C_SOURCE.

            regards, tom lane



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: instr_time: Represent time as an int64 on all platforms
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: instr_time: Represent time as an int64 on all platforms