Add :client_id automatic variable for custom pgbench scripts.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: b23160889c963dfe23d8cf1f9be64fb3c535a2d6
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-06-14T20:31:44Z
Releases: 9.4.0
Add :client_id automatic variable for custom pgbench scripts.

This makes it easier to write custom scripts that have different logic for
each client.

Gurjeet Singh, with some changes by me.

Files

PathChange+/−
contrib/pgbench/pgbench.c modified +14 −0
doc/src/sgml/pgbench.sgml modified +27 −1