Обсуждение: pgsql: Add makefile rules to check for backtracking in backend and psql

Поиск
Список
Период
Сортировка

pgsql: Add makefile rules to check for backtracking in backend and psql

От
Tom Lane
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ecf248737a4c0705bf7d79fdd52b5271618f7103

Modified Files
--------------
src/backend/parser/Makefile |    5 ++++-
src/backend/parser/scan.l   |    3 ++-
src/bin/psql/Makefile       |    5 +++--
3 files changed, 9 insertions(+), 4 deletions(-)