Weird failure in explain.out with OpenBSD

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Weird failure in explain.out with OpenBSD
Date: 2020-12-29 09:26:45
Message-ID: X+r2VUFkZdKcF29A@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

Buildfarm member gombessa just had an interesting failure:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=gombessa&dt=2020-12-29%2000%3A16%3A49
Seq Scan on int8_tbl i8 (cost=N.N..N.N rows=N width=N) (actual
time=N.N..N.N rows=N loops=N)
Planning Time: N.N ms
- Execution Time: N.N ms
+ Execution Time: -N.N ms
(3 rows)

Not sure what to think about that, as this implies the calculation of
a negative execution time.
Regards,
--
Michael

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ajin Cherian 2020-12-29 09:45:40 Re: [HACKERS] logical decoding of two-phase transactions
Previous Message Michael Paquier 2020-12-29 09:22:43 Re: doc review for v14