pgsql: Add makefile rules to check for backtracking in backend and psql - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add makefile rules to check for backtracking in backend and psql
Date
Msg-id E1Qweuh-0007xn-7h@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix psql lexer to avoid use of backtracking.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Add expected isolationtester output when prepared xacts are disa