Re: Weird failure in explain.out with OpenBSD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Weird failure in explain.out with OpenBSD
Дата
Msg-id 2105782.1609255243@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Weird failure in explain.out with OpenBSD  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Weird failure in explain.out with OpenBSD  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> Buildfarm member gombessa just had an interesting failure:
> - Execution Time: N.N ms
> + Execution Time: -N.N ms
> Not sure what to think about that, as this implies the calculation of
> a negative execution time.

Yeah, I saw that.  I notice that gombessa uses

        'HEAD' => [
                    'force_parallel_mode = regress'
                  ]

so my guess is that something messed up in transmitting or combining a
parallel worker's execution time.  No idea how to narrow it down more
than that.

            regards, tom lane



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

Предыдущее
От: "陈佳昕(步真)"
Дата:
Сообщение: 回复:Re: Re: Cache relation sizes?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Let's start using setenv()