]> granicus.if.org Git - postgresql/commit
Minor code cleanups in pgbench expression support.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Mar 2015 17:06:59 +0000 (13:06 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Mar 2015 17:06:59 +0000 (13:06 -0400)
commite9dd03c03aeed6486129e3101695b13d469c2985
tree3b0626c789606d7fc9ee43c7ba4855ed859129b4
parent2c33e0fbceb01d0ecd78330feef1315682c64bc4
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.
contrib/pgbench/exprparse.y
contrib/pgbench/exprscan.l
contrib/pgbench/pgbench.h