pgsql: Add new pgbench switch, --unlogged-tables.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add new pgbench switch, --unlogged-tables.
Date: 2011-07-25 10:59:45
Message-ID: E1QlIsz-0003Kq-KH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-07-25 13:19:37 pgsql: Add new pgbench options, --tablespace and --index-tablespace.
Previous Message Tom Lane 2011-07-25 03:29:53 pgsql: Fix previous patch so it also works if not USE_SSL (mea culpa).