pgsql: pgbench: Use PQExpBuffer to simplify code that constructs SQL.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgbench: Use PQExpBuffer to simplify code that constructs SQL.
Date: 2020-09-30 07:59:19
Message-ID: E1kNX1D-0001I5-UK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgbench: Use PQExpBuffer to simplify code that constructs SQL.

Author: Fabien Coelho
Reviewed-by: Jeevan Ladhe
Discussion: https://www.postgresql.org/message-id/alpine.DEB.2.21.1910220826570.15559%40lancre

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9796f455c38e9e79847443529ff2166b1a6f714f

Modified Files
--------------
src/bin/pgbench/pgbench.c | 198 +++++++++++++++++++++++-----------------------
1 file changed, 98 insertions(+), 100 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-09-30 19:40:58 pgsql: Fix handling of BC years in to_date/to_timestamp.
Previous Message Peter Eisentraut 2020-09-30 05:59:58 pgsql: Fix XML id to match GUC name