pgsql: Lift the limitation that # of clients must be a multiple of # of

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Lift the limitation that # of clients must be a multiple of # of
Date: 2015-07-03 07:51:55
Message-ID: E1ZAvlL-0004aN-HM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Lift the limitation that # of clients must be a multiple of # of threads

Fabien Coelho

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 3 +--
src/bin/pgbench/pgbench.c | 27 +++++++++++++++++++--------
2 files changed, 20 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-03 08:16:50 pgsql: Fix pgbench progress report behaviour when pgbench or a query ge
Previous Message Amit Kapila 2015-07-03 03:15:28 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file