pgsql: Remove pgbench's hardwired limit on line length in custom script

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove pgbench's hardwired limit on line length in custom script
Date: 2013-11-16 00:41:17
Message-ID: E1VhTwr-000710-SI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/61a07bae47886b8333b9cce882d73d5fdaaec618

Modified Files
--------------
contrib/pgbench/pgbench.c | 50 +++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 48 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-11-16 16:36:47 pgsql: pg_upgrade: Fix some whitespace oddities
Previous Message Tom Lane 2013-11-15 23:35:15 pgsql: Fix incorrect loop counts in tidbitmap.c.