Re: Using 128-bit integers for sum, avg and statistics aggregates

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Using 128-bit integers for sum, avg and statistics aggregates
Дата
Msg-id CAHoyFK-DQh_Uf7hb4jKBrr2nDufpFdRkskapTyzwjQV=AP7qJg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Using 128-bit integers for sum, avg and statistics aggregates  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 22 March 2015 at 18:17, Michael Paquier <michael.paquier@gmail.com> wrote:
On Sun, Mar 22, 2015 at 12:32 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Andres Freund <andres@2ndquadrant.com> writes:
>> Pushed with that additional change. Let's see if the buildfarm thinks.
>
> jacana, apparently alone among buildfarm members, does not like it.

All the windows nodes don't pass tests with this patch, the difference
is in the exponential precision: e+000 instead of e+00.

It looks like there's some other problems there too, but for the exponential issue, I posted a patch here:

 

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Using 128-bit integers for sum, avg and statistics aggregates
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Zero-padding and zero-masking fixes for to_char(float)