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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 686f15e39e59a02d4e60d76498867362274c523a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-01-22T02:17:30Z
Releases: 8.3.0
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).

Files

PathChange+/−
contrib/pgbench/pgbench.c modified +17 −16