Re: Error on pgbench logs

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Michael Paquier <michael@paquier.xyz>
Cc: Yugo NAGATA <nagata@sraoss.co.jp>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>, rulyox@gmail.com, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-16T07:59:39Z
Lists: pgsql-hackers

Attachments

>> + * The function behaviors changes depending on sample_rate (a fraction of
>> + * transaction is reported) and agg_interval (transactions are aggregated
>> + * over the interval and reported once).
>
> The first part of this sentence has an incorrect grammar.

Indeed. v5 attempts to improve comments.

-- 
Fabien.

Commits

  1. Fix pgbench timestamp bugs.

  2. pgbench: Improve time logic.

  3. Make [U]INT64CONST safe for use in #if conditions.

  4. Teach libpq to detect integer overflow in the row count of a PGresult.