Re: pgbench - allow to store select results into variables

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Tatsuo Ishii <ishii@sraoss.co.jp>
Cc: PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2017-04-22T04:58:34Z
Lists: pgsql-hackers
>> Here is a v3 with a more precise comment.
>
> Looks good to me. I have marked the patch status as "Ready for
> committer".

Ok. Thanks. When/if committed, it might trigger a few rebase of other 
pending patches. I'll see about that then.

-- 
Fabien.


Commits

  1. pgbench: Remove \cset

  2. pgbench: add \cset and \gset commands

  3. Adjust pgbench to allow non-ASCII characters in variable names.

  4. Refactor script execution state machine in pgbench.

  5. Allow empty queries in pgbench.