Thread: pgsql: Minor code cleanups in pgbench expression support.

pgsql: Minor code cleanups in pgbench expression support.

From
Tom Lane
Date:
Minor code cleanups in pgbench expression support.

Get rid of unnecessary expr_yylex declaration (we haven't supported
flex 2.5.4 in a long time, and even if we still did, the declaration in
pgbench.h makes this one unnecessary and inappropriate).  Fix copyright
dates, improve some layout choices, etc.

Branch
------
master

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

Modified Files
--------------
contrib/pgbench/exprparse.y |    4 +++-
contrib/pgbench/exprscan.l  |   25 ++++++++++++++-----------
contrib/pgbench/pgbench.h   |    5 ++---
3 files changed, 19 insertions(+), 15 deletions(-)