pgsql: Add new pgbench switch, --unlogged-tables. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add new pgbench switch, --unlogged-tables.
Date
Msg-id E1QlIsz-0003Kq-KH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add new pgbench switch, --unlogged-tables.

This entails adjusting pgbench to use getopt_long() rather
than getopt().

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2d6fee09eba8474d9a69c08bf716f3e2d31e5fdf

Modified Files
--------------
contrib/pgbench/pgbench.c |   51 ++++++++++++++++++++++++++++++++------------
doc/src/sgml/pgbench.sgml |    9 ++++++++
2 files changed, 46 insertions(+), 14 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix previous patch so it also works if not USE_SSL (mea culpa).
Next
From: Robert Haas
Date:
Subject: pgsql: Add new pgbench options, --tablespace and --index-tablespace.