Re: pgsql: pg_test_fsync: update output to show usecs/op clearer

From: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, Peter Geoghegan <pg(at)heroku(dot)com>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: pg_test_fsync: update output to show usecs/op clearer
Date: 2013-05-02 16:29:34
Message-ID: m2zjwdtkep.fsf@2ndQuadrant.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Uh, yeah, I think it does. I question whether a command-line diagnostic
> tool really should use it though. It might also make grep of the result
> difficult.

Hey, it's 2013 outside. Just saying:

$ echo 'µsec' | grep µsec
µsec
$ echo 'µsec' | awk '/µsec/'
µsec

Maybe there's no practical problem here,
--
Dimitri Fontaine
http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-05-02 16:37:22 Re: pgsql: pg_test_fsync: update output to show usecs/op clearer
Previous Message Bruce Momjian 2013-05-02 16:21:10 Re: pgsql: pg_test_fsync: update output to show usecs/op clearer