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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Adjust pgbench so it won't spit up on non-select queries
Date
Msg-id 20070122021730.686D49FB5A5@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add COST and ROWS options to CREATE/ALTER FUNCTION, plus
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update documenation instructions.