pgsql: Remove pgbench's hardwired limit on line length in custom script - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove pgbench's hardwired limit on line length in custom script
Date
Msg-id E1VhTwr-000710-SI@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix incorrect loop counts in tidbitmap.c.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pg_upgrade: Fix some whitespace oddities