Re: pgsql: Move strtoint() to common

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Move strtoint() to common
Дата
Msg-id 7070.1521153008@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Move strtoint() to common  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: pgsql: Move strtoint() to common  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Tom Lane wrote:
>> build now works, ecpg tests fail.

> I stared at the code for a while, didn't notice anything amiss.  I'm
> mystified.  Peter?

I'm wondering if the Windows environment is somehow supplying a
"strtoint" that isn't actually ABI-compatible with ours.

A different theory is that the pg_restrict markers are bollixing things.
No idea how, but they don't look like they're really doing anything for us
optimization-wise, so it doesn't seem unreasonable to remove them and see
if that makes a difference.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Clean up duplicate table and function names in regressiontests.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Move strtoint() to common