• Robert Haas's avatar
    pgbench: Add a real expression syntax to \set · 878fdcb8
    Robert Haas authored
    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
    878fdcb8
pgbench.h 1.05 KB