pgsql: Improve pgbench error reporting. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Improve pgbench error reporting.
Date
Msg-id E1YdljF-00061a-4E@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve pgbench error reporting.

This would have been worth doing on general principle anyway, but the
recent addition of an expression syntax to pgbench makes it an even
better idea than it would have been otherwise.

Fabien Coelho

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e41beea0ddb74ef975f08b917a354ec33cb60830

Modified Files
--------------
contrib/pgbench/exprscan.l |   33 ++++++++++++++---
contrib/pgbench/pgbench.c  |   87 +++++++++++++++++++++++++++++---------------
contrib/pgbench/pgbench.h  |    7 +++-
3 files changed, 90 insertions(+), 37 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Repair stupid mistake in preprocessor directive.
Next
From: Fujii Masao
Date:
Subject: pgsql: Add markup for replaceable parameters to pg_rewind doc.