Re: Can we automatically add elapsed times to tap test log? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Can we automatically add elapsed times to tap test log?
Date
Msg-id 3484728.1649367909@sss.pgh.pa.us
Whole thread Raw
In response to Can we automatically add elapsed times to tap test log?  (Andres Freund <andres@anarazel.de>)
Responses Re: Can we automatically add elapsed times to tap test log?  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2022-04-07 17:21:09 -0400, Tom Lane wrote:
>> I too think that the elapsed time is useful.  I'm less convinced
>> that the time-of-day marker is useful.

> I think it'd be quite useful if it had more precision - it's a pita to
> correlate regress_log_* output with server logs.

Fair point.  Maybe we could keep the timestamp (with ms precision
if possible) and then the parenthetical bit is time-since-last-line
(also with ms precision)?  I think that would more or less satisfy
both uses.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Can we automatically add elapsed times to tap test log?
Next
From: Matthias van de Meent
Date:
Subject: Re: Preventing indirection for IndexPageGetOpaque for known-size page special areas