Since we're depending on %option noyywrap in the main scanner now,
Tom Lane <tgl@sss.pgh.pa.us>
Since we're depending on %option noyywrap in the main scanner now, we may as well use it in all our flex files. Make all the flex files have a consistent set of options.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/cube/cubescan.l | modified | +6 −2 |
| contrib/seg/segscan.l | modified | +6 −2 |
| contrib/tsearch/parser.l | modified | +6 −5 |
| src/backend/bootstrap/bootscanner.l | modified | +7 −13 |
| src/backend/utils/misc/guc-file.l | modified | +7 −12 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +7 −14 |
| src/pl/plpgsql/src/scan.l | modified | +6 −8 |