Allow empty queries in pgbench.

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

Commit: 6471045230f5d891ad724c54d406e2214f3c96d9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-08-19T21:32:59Z
Releases: 10.0
Allow empty queries in pgbench.

This might have been too much of a foot-gun before 9.6, but with the
new commands-end-at-semicolons parsing rule, the only way to get an
empty query into a script is to explicitly write an extra ";".
So we may as well allow the case.

Fabien Coelho

Patch: <alpine.DEB.2.20.1607090922170.3412@sto>

Files

PathChange+/−
src/bin/pgbench/pgbench.c modified +1 −0