pgsql: Mark the text_soundex() function as "strict", to avoid crashing

Поиск
Список
Период
Сортировка
От neilc@svr1.postgresql.org (Neil Conway)
Тема pgsql: Mark the text_soundex() function as "strict", to avoid crashing
Дата
Msg-id 20050126082041.9000C3A5B0E@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Mark the text_soundex() function as "strict", to avoid crashing on NULL
input. Also, may as well mark it "cacheable" as well. From Kris Jurka.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/contrib/fuzzystrmatch:
        fuzzystrmatch.sql.in (r1.4 -> r1.4.2.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.sql.in.diff?r1=1.4&r2=1.4.2.1)

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

Предыдущее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Mark the text_soundex() function as "strict", to avoid crashing
Следующее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Mark the text_soundex() function as "strict", to avoid crashing