diff options
author | Tomas Vondra | 2017-06-03 14:04:12 +0000 |
---|---|---|
committer | Tomas Vondra | 2017-06-03 14:04:12 +0000 |
commit | 32d57848458595a487d251b37c2872d86de439ef (patch) | |
tree | c65f843fd89009548e39d791beffd82daffe5900 /src/include/postgres.h | |
parent | 8a36babf462c87acb7b704b40e71c0994edefe9c (diff) |
Fix built-in pgbench scripts to use 9.6 commands
PostgreSQL 9.6 changed some of the pgbench internal commands, e.g.
\setrandom VARIABLE FROM TO
changed to
\set VARIABLE random(FROM, TO)
and there are also some related changes. The merge only accepted changes
to the upstream scripts, not the two XL-specific ones (tpcb-like-bid and
simple-update-bid). Those are fixed by this commit.
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions