pgsql: Mark the text_soundex() function as "strict", to avoid crashing - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Mark the text_soundex() function as "strict", to avoid crashing
Date
Msg-id 20050126082547.791BF3A5B04@svr1.postgresql.org
Whole thread Raw
List 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_2_STABLE

Modified Files:
--------------
    pgsql/contrib/fuzzystrmatch:
        fuzzystrmatch.sql.in (r1.2 -> r1.2.2.1)

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

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Mark the text_soundex() function as "strict", to avoid crashing
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Back-patch 8.0 version of plperl_hash_from_tuple() into prior