Remove pgbench's hardwired limit on line length in custom script files.

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

Commit: 61a07bae47886b8333b9cce882d73d5fdaaec618
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-11-16T00:41:09Z
Releases: 9.4.0
Remove pgbench's hardwired limit on line length in custom script files.

pgbench formerly failed on lines longer than BUFSIZ, unexpectedly
splitting them into multiple commands.  Allow it to work with any
length of input line.

Sawada Masahiko

Files

PathChange+/−
contrib/pgbench/pgbench.c modified +48 −2