]> granicus.if.org Git - postgresql/commit
Mark the text_soundex() function as "strict", to avoid crashing on NULL
authorNeil Conway <neilc@samurai.com>
Wed, 26 Jan 2005 08:08:04 +0000 (08:08 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 26 Jan 2005 08:08:04 +0000 (08:08 +0000)
commit9ea9892c99843e1b210ae3bbd91fbb702e6dd3ac
tree9d71af64c6ef1583fbcd7a5eab62b2fa0e071f0a
parent6f28c7763e103d0d2184818a7cec344157060fab
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