pgsql: Adjust pgbench so it won't spit up on non-select queries

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust pgbench so it won't spit up on non-select queries
Date: 2007-01-22 02:17:30
Message-ID: 20070122021730.686D49FB5A5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Adjust pgbench so it won't spit up on non-select queries returning
tuples, which is entirely possible with custom scripts (consider
RETURNING, EXPLAIN, etc).

Modified Files:
--------------
pgsql/contrib/pgbench:
pgbench.c (r1.60 -> r1.61)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.60&r2=1.61)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-22 02:47:56 pgsql: Update documenation instructions.
Previous Message Tom Lane 2007-01-22 01:35:23 pgsql: Add COST and ROWS options to CREATE/ALTER FUNCTION, plus