[COMMITTERS] pgsql: pgbench: replace run-time string comparisons with an enumidenti - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: pgbench: replace run-time string comparisons with an enumidenti
Date
Msg-id E1eAO27-0006dp-Oo@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pgbench: replace run-time string comparisons with an enum identifier.

Minor refactoring that should yield some performance benefit.

Fabien Coelho, reviewed by Aleksandr Parfenov

Discussion: https://postgr.es/m/alpine.DEB.2.20.1709230538130.4999@lancre

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f987f83de20afe3ba78be1e15db5dffe7488faa7

Modified Files
--------------
src/bin/pgbench/pgbench.c | 62 ++++++++++++++++++++++++++++++++++++++---------
1 file changed, 51 insertions(+), 11 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Set the metapage's pd_lower correctly in brin, gin,and spgist i
Next
From: Michael Meskes
Date:
Subject: [COMMITTERS] pgsql: Improve error message for incorrect number inputs in libecpg.