txid strtoull fix

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема txid strtoull fix
Дата
Msg-id e51f66da0710081247y590674c2ib1f4f64d754b8f23@mail.gmail.com
обсуждение исходный текст
Ответы Re: txid strtoull fix  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
I noticed strtoull() causes problems on some buildfarm
machines.  As a fix I propose small str2num function inside
txid.c itself.  Main reason is that the txid actually does
not need fully-featured strtoull (radixes, whitespace skipping).

We could include strtoull() under port/ in the future, I think
that would be good, but just for txid it is not necessary.

--
marko

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Add function for quote_qualified_identifier?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: txid strtoull fix