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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: pgsql: Speed up conversion of signed integers to C strings.
Дата
Msg-id AANLkTikchY=xx=nsP2Xj22Sh9grtitrBtRKWxyxrGcwg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Speed up conversion of signed integers to C strings.  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgsql: Speed up conversion of signed integers to C strings.  (Andrew Dunstan <andrew@dunslane.net>)
Re: pgsql: Speed up conversion of signed integers to C strings.  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
On Sat, Nov 20, 2010 at 5:23 AM, Andrew Dunstan <andrew@dunslane.net> wrote:
>> 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>

Sorry, I always forget about the alternate expected output files,
because they never seem to be the ones that my platform needs.

Ah, the joy of debugging by buildfarm.  Nothing better than having the
whole world watch your mistakes in painstaking detail!

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

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