Minor code cleanups in pgbench expression support.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| contrib/pgbench/exprparse.y | modified | +3 −1 |
| contrib/pgbench/exprscan.l | modified | +14 −11 |
| contrib/pgbench/pgbench.h | modified | +2 −3 |