pgsql: pgbench: Use PQExpBuffer to simplify code that constructs SQL. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: pgbench: Use PQExpBuffer to simplify code that constructs SQL.
Date
Msg-id E1kNX1D-0001I5-UK@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix XML id to match GUC name
Next
From: Tom Lane
Date:
Subject: pgsql: Fix handling of BC years in to_date/to_timestamp.