pgsql: Improve pgbench error reporting.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve pgbench error reporting.
Date: 2015-04-02 20:28:41
Message-ID: E1YdljF-00061a-4E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2015-04-03 03:21:34 pgsql: Add markup for replaceable parameters to pg_rewind doc.
Previous Message Robert Haas 2015-04-02 19:57:57 pgsql: Repair stupid mistake in preprocessor directive.