postgresql/contrib/pg_trgm
Tom Lane 04d7fa5e31 Fix contrib/pg_trgm's similarity() function for trigram-free strings.
Cases such as similarity('', '') produced a NaN result due to computing
0/0.  Per discussion, make it return zero instead.

This appears to be the basic cause of bug #7867 from Michele Baravalle,
although it remains unclear why her installation doesn't think Cyrillic
letters are letters.

Back-patch to all active branches.
2013-02-13 14:07:22 -05:00
..
data
expected Fix contrib/pg_trgm's similarity() function for trigram-free strings. 2013-02-13 14:07:22 -05:00
sql Fix contrib/pg_trgm's similarity() function for trigram-free strings. 2013-02-13 14:07:22 -05:00
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:22:53 -04:00
Makefile
pg_trgm.sql.in Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. 2009-06-11 18:30:03 +00:00
trgm_gin.c
trgm_gist.c
trgm_op.c Fix contrib/pg_trgm's similarity() function for trigram-free strings. 2013-02-13 14:07:22 -05:00
trgm.h
uninstall_pg_trgm.sql