pgbench: Add a real expression syntax to \set

Robert Haas <rhaas@postgresql.org>

Commit: 878fdcb843e087cc1cdeadc987d6ef55202ddd04
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-03-02T19:21:41Z
Releases: 9.5.0
pgbench: Add a real expression syntax to \set

Previously, you could do \set variable operand1 operator operand2, but
nothing more complicated.  Now, you can \set variable expression, which
makes it much simpler to do multi-step calculations here.  This also
adds support for the modulo operator (%), with the same semantics as in
C.

Robert Haas and Fabien Coelho, reviewed by Álvaro Herrera and
Stephen Frost

Files