mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 21:39:18 -04:00
61a07bae47
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