Re: pgbench - minor fix for meta command only scripts
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Fabien COELHO <coelho@cri.ensmp.fr>, Jeff Janes <jeff.janes@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Michael Paquier
<michael.paquier@gmail.com>,
PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2017-10-01T06:38:34Z
Lists: pgsql-hackers
On 09/29/2017 08:43 PM, Fabien COELHO wrote: >> reality. So I don't know if this needs backpatching or not. But it >> should be fixed for v10, as there it becomes a demonstrably live issue. > > Yes. Patch looks good to me, so committed to master and v10. Thanks! - Heikki
Commits
-
Fix busy-wait in pgbench, with --rate.
- babf18579455 10.0 landed
- 396ef1561878 11.0 landed
-
Refactor script execution state machine in pgbench.
- 12788ae49e19 10.0 cited