pgsql: Add libpq pipeline mode support to pgbench - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Add libpq pipeline mode support to pgbench
Date
Msg-id E1lLurm-0007PN-HP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9aa491abbf07ca8385a429385be8d68517384fdf

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml                |  22 +++++
src/bin/pgbench/pgbench.c                    | 131 ++++++++++++++++++++++++---
src/bin/pgbench/t/001_pgbench_with_server.pl |  79 +++++++++++++++-
3 files changed, 216 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Implement pipeline mode in libpq
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: improve discussion of variable substitution in PL/pgSQL.