Add libpq pipeline mode support to pgbench

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 9aa491abbf07ca8385a429385be8d68517384fdf
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2021-03-15T21:33:03Z
Releases: 14.0
Add libpq pipeline mode support to pgbench

New metacommands \startpipeline and \endpipeline allow the user to run
queries in libpq pipeline mode.

Author: Daniel Vérité <daniel@manitou-mail.org>
Reviewed-by: Álvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://postgr.es/m/b4e34135-2bd9-4b8a-94ca-27d760da26d7@manitou-mail.org

Files

PathChange+/−
doc/src/sgml/ref/pgbench.sgml modified +22 −0
src/bin/pgbench/pgbench.c modified +116 −15
src/bin/pgbench/t/001_pgbench_with_server.pl modified +78 −1

Documentation touched

Discussion