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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add makefile rules to check for backtracking in backend and psql
Дата
Msg-id E1Qweuh-0007xn-7h@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix psql lexer to avoid use of backtracking.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Add expected isolationtester output when prepared xacts are disa