Re: Weird failure in explain.out with OpenBSD

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Weird failure in explain.out with OpenBSD
Date: 2020-12-29 15:20:43
Message-ID: 2105782.1609255243@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Paquier <michael(at)paquier(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-12-29 16:45:03 Re: Let's start using setenv()
Previous Message 陈佳昕 (步真) 2020-12-29 15:13:12 回复:Re: Re: Cache relation sizes?