pgsql: Add :client_id automatic variable for custom pgbench scripts.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add :client_id automatic variable for custom pgbench scripts.
Date: 2013-06-14 20:41:28
Message-ID: E1UnaoK-0006Xr-T0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b23160889c963dfe23d8cf1f9be64fb3c535a2d6

Modified Files
--------------
contrib/pgbench/pgbench.c | 14 ++++++++++++++
doc/src/sgml/pgbench.sgml | 28 +++++++++++++++++++++++++++-
2 files changed, 41 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-06-15 18:11:57 pgsql: Be consistent about #define'ing configure symbols as "1" not emp
Previous Message Tom Lane 2013-06-14 18:53:28 pgsql: Update RELEASE_CHANGES to describe library version bumping more