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
- pgbench-log-fix-5.patch (text/x-diff) patch
>> + * 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
-
Fix pgbench timestamp bugs.
- 5614a0f78eaa 14.0 landed
- 0e39a608ed55 15.0 landed
-
pgbench: Improve time logic.
- 547f04e7348b 14.0 cited
-
Make [U]INT64CONST safe for use in #if conditions.
- 9d6b160d7db7 11.0 cited
-
Teach libpq to detect integer overflow in the row count of a PGresult.
- 2e70d6b5e99b 11.0 cited