Regex bug

Поиск
Список
Период
Сортировка
От David Fetter
Тема Regex bug
Дата
Msg-id 20040806171359.GG27306@fetter.org
обсуждение исходный текст
Ответы Re: Regex bug
Список pgsql-bugs
Kind people,

Here's a symptom as reported by John Hansen aka applejack:

SELECT 'r'||'\000\125'||'hello' ~ '^.hello' AS "OMG";
 OMG
-----
 t
(1 row)

I have produced this behavior in 7.4.3 and CVS tip.

This should be false, shouldn't it?

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778

Remember to vote!

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

Предыдущее
От: "Donald Fraser"
Дата:
Сообщение: Notifications in JDBC driver not correct for V3 protocol
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Regex bug