]> 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:10:08 +0000 (08:10 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 26 Jan 2005 08:10:08 +0000 (08:10 +0000)
commitdb78e53fac8251f446d1ecf49c8c81c240c1381e
tree9f4df61b485fc394575ad45e14740d6b11803bd9
parent6508bf52549fb4dc248c757a754b195bd24aa508
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