Re: Windows regress fails (latest HEAD)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Windows regress fails (latest HEAD)
Дата
Msg-id 2197618.1605032103@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Windows regress fails (latest HEAD)  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Ответы Re: Windows regress fails (latest HEAD)
Re: Windows regress fails (latest HEAD)
Список pgsql-hackers
Tomas Vondra <tomas.vondra@enterprisedb.com> writes:
> That's unlikely, I think. The regression tests are constructed so that
> the estimates are stable. It's more likely this is some difference in
> rounding behavior, for example.

The reported delta is in the actual row count, not an estimate.
How could that be subject to roundoff issues?  And there's no
delta in the Append's inputs, so this seems like it's a flat-out
miss of a row count in EXPLAIN ANALYZE.

> I wonder which msvc builds are used on
> the machines that fail/pass the tests, and if the compiler flags are the
> same.

Yeah, this might be a fruitful way to figure out "what's different
from the buildfarm".

            regards, tom lane



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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: MultiXact\SLRU buffers configuration
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [POC] Fast COPY FROM command for the table with foreign partitions