Sync backend/parser/scan.l with bin/psql/psqlscan.l.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Mar 2016 18:36:22 +0000 (14:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Mar 2016 18:36:22 +0000 (14:36 -0400)
commit21c8ee79464a180ab0257abdfceae89274a46632
tree8b7bc3d2b76fe76714986773859da654732dc548
parent72b1e3a21f0540ffa5c1f8f474b6c52097a368bb
Sync backend/parser/scan.l with bin/psql/psqlscan.l.

Make some minor formatting adjustments to make it easier to diff these
files and see that they indeed implement the same flex rules (at least
to the extent that we want them to be the same).

(Someday it'd be nice to make ecpg's pgc.l more easily diff'able too,
but today is not that day.)

Also run relevant parts of these files and psqlscanslash.l through
pgindent.

No actual behavioral changes here, just obsessive neatnik-ism.
src/backend/parser/scan.l
src/bin/psql/psqlscan.l
src/bin/psql/psqlscanslash.l