Re: pgsql: Speed up conversion of signed integers to C strings.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Speed up conversion of signed integers to C strings.
Дата
Msg-id 11604.1290228436@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Speed up conversion of signed integers to C strings.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Speed up conversion of signed integers to C strings.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-committers
I wrote:
> Robert Haas <rhaas@postgresql.org> writes:
>> Speed up conversion of signed integers to C strings.

> This patch breaks the build here:

... and while I'm looking at it, the added int8 regression test cases
definitely merit a WTF.  They aren't testing what I would expect.
What they are testing is platform-specific behavior of excessive
shifting, which is why some of the buildfarm members are pink.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Speed up conversion of signed integers to C strings.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Attempt to fix breakage caused by signed integer conversion patc