Clean up the mess from => patch.
Tom Lane <tgl@sss.pgh.pa.us>
Clean up the mess from => patch. Commit 865f14a2d31af23a05bbf2df04c274629c5d5c4d was quite a few bricks shy of a load: psql, ecpg, and plpgsql were all left out-of-step with the core lexer. Of these only the last was likely to be a fatal problem; but still, a minimal amount of grepping, or even just reading the comments adjacent to the places that were changed, would have found the other places that needed to be changed.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/psqlscan.l | modified | +5 −0 |
| src/include/parser/scanner.h | modified | +1 −1 |
| src/interfaces/ecpg/preproc/parse.pl | modified | +2 −1 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +2 −0 |
| src/pl/plpgsql/src/pl_gram.y | modified | +1 −1 |