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
Showing
contrib/pgbench/exprparse.y
0 → 100644
contrib/pgbench/exprscan.l
0 → 100644
contrib/pgbench/pgbench.h
0 → 100644
Please register or sign in to comment