pgsql: Add :client_id automatic variable for custom pgbench scripts. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Add :client_id automatic variable for custom pgbench scripts.
Date
Msg-id E1UnaoK-0006Xr-T0@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Update RELEASE_CHANGES to describe library version bumping more
Next
From: Tom Lane
Date:
Subject: pgsql: Be consistent about #define'ing configure symbols as "1" not emp