Re: [PATCHES] Re: microsecond log timestamps

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pggeneral <pgsql-general(at)postgresql(dot)org>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [PATCHES] Re: microsecond log timestamps
Date: 2001-05-13 10:17:38
Message-ID: Pine.LNX.4.30.0105131215540.760-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Simon Crute 2001-05-13 10:21:20 Re: case sensitivity
Previous Message Janning Vygen 2001-05-13 09:43:49 Re: Question on Starting Postgres for the first time

Browse pgsql-patches by date

  From Date Subject
Next Message Vince Vielhaber 2001-05-13 14:28:53 Re: [PATCHES] Re: microsecond log timestamps
Previous Message Ed Loehr 2001-05-13 05:47:55 Re: microsecond log timestamps