Mark the text_soundex() function as "strict", to avoid crashing on NULL
authorNeil Conway <neilc@samurai.com>
Wed, 26 Jan 2005 08:25:46 +0000 (08:25 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 26 Jan 2005 08:25:46 +0000 (08:25 +0000)
commit14f31643fe4cdbe7108e3fe2d0cb8ac18e137b8c
tree597b1df7b95acd3379f3918126b5682e9ec48702
parente806f8c52383e431ade17be3d7aa2990e0b33d39
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.
contrib/fuzzystrmatch/fuzzystrmatch.sql.in