]> granicus.if.org Git - postgresql/commit
Remove pgbench's hardwired limit on line length in custom script files.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Nov 2013 00:41:09 +0000 (19:41 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 16 Nov 2013 00:41:09 +0000 (19:41 -0500)
commit61a07bae47886b8333b9cce882d73d5fdaaec618
treee2450d7a18ecdb4ed91f3fd7fb9ba1d103f14699
parentf1f21b2d6fd170faf9824306ef4f4950c32ce49d
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
contrib/pgbench/pgbench.c