Re: pgbench throttling latency limit - Mailing list pgsql-hackers

From Robert Haas
Subject Re: pgbench throttling latency limit
Date
Msg-id CA+Tgmoaz0PipgRh-GmvKevJD_K62yuTs9Gw4TGBjHTaD0Jkkgw@mail.gmail.com
Whole thread Raw
In response to Re: pgbench throttling latency limit  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
On Sat, Sep 13, 2014 at 4:25 AM, Fabien COELHO <coelho@cri.ensmp.fr> wrote:
>> [about logging...]
>
> Here is an attempt at updating the log features, including the aggregate and
> sampling stuff, with skipped transactions under throttling.
>
> I moved the logging stuff into a function which is called when a transaction
> is skipped or finished.
>
> From a log file format perspective, I think that "-" would be better than
> "skipped".

I like skipped.  That seems a lot more clear, and less likely to get
parsed as a numeric value by a careless regex like [+-]\d*

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Emanuel Calvo
Date:
Subject: Re: BRIN indexes (was Re: Minmax indexes)
Next
From: Peter Geoghegan
Date:
Subject: Obsolete comment within execTuples.c