Add makefile rules to check for backtracking in backend and psql lexers.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ecf248737a4c0705bf7d79fdd52b5271618f7103
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-08-25T18:44:17Z
Releases: 9.2.0
Add makefile rules to check for backtracking in backend and psql lexers.

Per discussion, we should enforce the policy of "no backtracking" in these
performance-sensitive scanners.

Files

PathChange+/−
src/backend/parser/Makefile modified +4 −1
src/backend/parser/scan.l modified +2 −1
src/bin/psql/Makefile modified +3 −2