pgsql: Fix bugs in the isolation tester flex rules.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix bugs in the isolation tester flex rules.
Дата
Msg-id E1PxZxp-0003hf-Pa@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bugs in the isolation tester flex rules.

Tom Lane pointed out that it was giving a warning: "-s option given but
default rule can be matched". That was because there was no rule to handle
newline in a quoted string. I made that throw an error.

Also, line number tracking was broken, giving incorrect line number on
error. Fixed that too.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/74a09d92101f36a5fe66f4f74253708931546e4c

Modified Files
--------------
src/test/isolation/specscanner.l |   26 +++++++++++++++++---------
1 files changed, 17 insertions(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Itagaki Takahiro
Дата:
Сообщение: pgsql: Cleanup copyright years and file names in the header comments of
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: pgsql: Added new version of ecpg's parser generator script. This one wa