pgsql: Teach regex_fixed_prefix() the correct handling of advanced regex

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Teach regex_fixed_prefix() the correct handling of advanced regex
Дата
Msg-id 20041202024507.E3A803A5651@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Teach regex_fixed_prefix() the correct handling of advanced regex
escapes --- they aren't simply quoted characters.  Problem noted by
Antti Salmela.  Also fix problem with incorrect handling of multibyte
characters when followed by a quantifier.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        selfuncs.c (r1.167 -> r1.168)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c.diff?r1=1.167&r2=1.168)

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Remove replicaiton FAQ item.
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Teach regex_fixed_prefix() the correct handling of advanced regex