Re: BUG #11478: regexp_matches regression in 9.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #11478: regexp_matches regression in 9.2
Дата
Msg-id 32339.1411518461@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #11478: regexp_matches regression in 9.2  (myon@debian.org)
Список pgsql-bugs
myon@debian.org writes:
> select regexp_matches('foo/bar/baz',
> '^([^/]+?)(?:/([^/]+?))(?:/([^/]+?))?$', '');

> Correct 9.1 result:

>  regexp_matches
> ----------------
>  {foo,bar,baz}

> Bad 9.2 and later result:

>  regexp_matches
> ----------------
> (0 rows)

Even better, it Asserts() in an assert-enabled build :-(.

Fixed, thanks for the report!

            regards, tom lane

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

Предыдущее
От: myon@debian.org
Дата:
Сообщение: BUG #11478: regexp_matches regression in 9.2
Следующее
От: cadili@gesp.it
Дата:
Сообщение: BUG #11484: 42804: il tipo del parametro 69 (numeric) non combacia con quello usato alla preparazione del piano