pgsql: pgbench: accept unambiguous builtin prefixes for -b - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: pgbench: accept unambiguous builtin prefixes for -b
Date
Msg-id E1abbuS-00089M-L1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pgbench: accept unambiguous builtin prefixes for -b

This makes it easier to use "-b se" instead of typing the full "-b
select-only".

Author: Fabien Coelho
Reviewed-by: Michaël Paquier

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml |  1 +
src/bin/pgbench/pgbench.c     | 24 +++++++++++++++++++-----
2 files changed, 20 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Rework PostgresNode's psql method
Next
From: Andres Freund
Date:
Subject: pgsql: Force synchronous_commit=on in test_decoding's concurrent_ddl_dm