Re: Re: [GENERAL] microsecond log timestamps - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Re: [GENERAL] microsecond log timestamps
Date
Msg-id Pine.LNX.4.30.0105131215540.760-100000@peter.localdomain
Whole thread Raw
In response to Re: [GENERAL] microsecond log timestamps  (Ed Loehr <eloehr@austin.rr.com>)
Responses Re: Re: [GENERAL] microsecond log timestamps  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Ed Loehr writes:

> The attached patch restores pre-7.1 millisecond-granularity log
> timestamps (except that it also adds a 4-digit year, which was not in
> pre-7.1).  It is meant to be applied to
> postgresql-7.1/src/backend/utils/error/elog.c.

I am opposed to the unreadable, non-standard timestamp format.  I also
don't see the point of microsecond granularity.  There are much better
ways to time a query.  (Or at least we could provide some.)

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-patches by date:

Previous
From: Ed Loehr
Date:
Subject: Re: [GENERAL] microsecond log timestamps
Next
From: Tom Lane
Date:
Subject: Re: Re: [GENERAL] microsecond log timestamps