Minor code cleanups in pgbench expression support.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e9dd03c03aeed6486129e3101695b13d469c2985
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-03-29T17:06:59Z
Releases: 9.5.0
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.

Files

PathChange+/−
contrib/pgbench/exprparse.y modified +3 −1
contrib/pgbench/exprscan.l modified +14 −11
contrib/pgbench/pgbench.h modified +2 −3