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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Speed up conversion of signed integers to C strings.
Дата
Msg-id 4CE7A19F.1060207@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: Speed up conversion of signed integers to C strings.  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: pgsql: Speed up conversion of signed integers to C strings.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-committers

On 11/20/2010 01:10 AM, Robert Haas wrote:
> On Fri, Nov 19, 2010 at 11:47 PM, Tom Lane<tgl@sss.pgh.pa.us>  wrote:
>> 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.
> Ugh.  I made an attempt at a fix to both of these issues, but I'm not
> totally sure I got it right, and I'm too tired to stay up any later to
> see what happens.  I'll check the BF in the morning.

If you change a test that has alternative result files, you need to
change all the result files. See src/test/regress/resultmap.

In this case you missed out changing int8-exp-three-digits.out - see
<http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=dawn_bat&dt=2010-11-20%2005%3A30%3A07>

cheers

andrew

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Speed up conversion of signed integers to C strings.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Update int8-exp-three-digits.out to match new contents of int8.o