pgsql: Our interface code for Spencer's regexp package was checking for

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Our interface code for Spencer's regexp package was checking for
Дата
Msg-id 20041124224428.C55A23A4352@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Our interface code for Spencer's regexp package was checking for regexp
error conditions during regexp compile, but not during regexp execution;
any sort of "can't happen" errors would be treated as no-match instead
of being reported as they should be.  Noticed while trying to duplicate
a reported Tcl bug.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        regexp.c (r1.49.4.1 -> r1.49.4.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/regexp.c.diff?r1=1.49.4.1&r2=1.49.4.2)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Our interface code for Spencer's regexp package was checking for
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8