Add "%option warn" to all flex input files that lacked it.
Tom Lane <tgl@sss.pgh.pa.us>
Add "%option warn" to all flex input files that lacked it. This is recommended in the flex manual, and there seems no good reason not to use it everywhere.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/cube/cubescan.l | modified | +1 −0 |
| contrib/seg/segscan.l | modified | +1 −0 |
| src/backend/bootstrap/bootscanner.l | modified | +1 −0 |
| src/backend/utils/misc/guc-file.l | modified | +1 −0 |
| src/bin/psql/psqlscan.l | modified | +1 −0 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +1 −0 |
| src/test/isolation/specscanner.l | modified | +3 −2 |