New warnings in plgsql/src/scan.l

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема New warnings in plgsql/src/scan.l
Дата
Msg-id 20050704163130.GA19790@alvh.no-ip.org
обсуждение исходный текст
Ответы Re: New warnings in plgsql/src/scan.l  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
I see new warnings in the generation of plpgsql's scanner:

/usr/bin/flex  -Pplpgsql_base_yy -o'/pg/source/00orig/src/pl/plpgsql/src/pl_scan.c'
/pg/source/00orig/src/pl/plpgsql/src/scan.l
/pg/source/00orig/src/pl/plpgsql/src/scan.l:198: warning, the character range [-ÿ] is ambiguous in a case-insensitive
scanner
/pg/source/00orig/src/pl/plpgsql/src/scan.l:198: warning, the character range [-ÿ] is ambiguous in a case-insensitive
scanner
/pg/source/00orig/src/pl/plpgsql/src/scan.l:320: warning, the character range [-ÿ] is ambiguous in a case-insensitive
scanner


I think those have to do with E'' handling changes.  I remember there
were similar problems in the main scanner as well some time ago, not
sure about the resolution.

-- 
Alvaro Herrera (<alvherre[a]surnet.cl>)
"I personally became interested in Linux while I was dating an English major
who wouldn't know an operating system if it walked up and bit him."
(Val Henson)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCHES] HEAD doesn't cope with libraries in non-default
Следующее
От: Bruce Momjian
Дата:
Сообщение: Use of copydir vs. cp