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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove pgbench's hardwired limit on line length in custom script
Дата
Msg-id E1VhTwr-000710-SI@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix incorrect loop counts in tidbitmap.c.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_upgrade: Fix some whitespace oddities