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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
