Fixes from Heikki Linnakangas <heikki@enterprisedb.com>:
authorTeodor Sigaev <teodor@sigaev.ru>
Mon, 10 Sep 2007 10:39:56 +0000 (10:39 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Mon, 10 Sep 2007 10:39:56 +0000 (10:39 +0000)
commitbd7bd4cde5ceb3d23b03068d7acf6108af267c17
tree2eab480097dc3ff6588029a87cb308409fdcc66e
parent3907dc5437aab1f47fc0814a005e55c4bb2d196d
Fixes from Heikki Linnakangas <heikki@enterprisedb.com>:

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