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

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark the text_soundex() function as "strict", to avoid crashing
Date: 2005-01-26 08:25:47
Message-ID: 20050126082547.791BF3A5B04@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-01-26 17:09:21 pgsql: Back-patch 8.0 version of plperl_hash_from_tuple() into prior
Previous Message Neil Conway 2005-01-26 08:20:41 pgsql: Mark the text_soundex() function as "strict", to avoid crashing