pgbench - implement strict TPC-B benchmark

Fabien COELHO <coelho@cri.ensmp.fr>

From: Fabien COELHO <coelho@cri.ensmp.fr>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2019-04-08T15:58:46Z
Lists: pgsql-hackers

Attachments

Hello devs,

The attached patch does $SUBJECT, as a showcase for recently added 
features, including advanced expressions (CASE...), \if, \gset, ending SQL 
commands at ";"...

There is also a small fix to the doc which describes the tpcb-like 
implementation but gets one variable name wrong: balance -> delta.

-- 
Fabien.

Commits

  1. Fix documentation for pgbench tpcb-like.