Fixes from Heikki Linnakangas :
authorTeodor Sigaev
Mon, 10 Sep 2007 10:39:56 +0000 (10:39 +0000)
committerTeodor Sigaev
Mon, 10 Sep 2007 10:39:56 +0000 (10:39 +0000)
commit83d0b9f3caf4bc95531c6eb1a9dea76ed98f021e
tree05b943b4cd96518941bb275acafbbfb3895c9fcd
parentf243a1a1bd836ed45f6e37a3843868bd9bbecad7
Fixes from Heikki Linnakangas :

Apparently it's a bug I introduced when I refactored spell.c to use the
readline function for reading and recoding the input file. I didn't
notice that some calls to STRNCMP used the non-lowercased version of the
input line.
src/backend/tsearch/spell.c