Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?
Date
Msg-id 578511.1776025482@sss.pgh.pa.us
Whole thread Raw
In response to Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?  (Lukas Fittl <lukas@fittl.com>)
List pgsql-hackers
Lukas Fittl <lukas@fittl.com> writes:
> I think either is fine. If we did it with a message, how about this at
> the beginning of the output function?

> if (loop_count == 0)
> {
>   printf(_("WARNING: No timing measurements collected. Report this as a bug to <%s>.\n"), PACKAGE_BUGREPORT);
>   return;
> }

WFM.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Lukas Fittl
Date:
Subject: Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?
Next
From: Andreas Karlsson
Date:
Subject: Re: Improve pgindent's formatting named fields in struct literals and varidic functions