Обсуждение: pgsql: Fixes from Heikki Linnakangas :

Поиск
Список
Период
Сортировка

pgsql: Fixes from Heikki Linnakangas :

От
teodor@postgresql.org (Teodor Sigaev)
Дата:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/tsearch:
        spell.c (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/spell.c?r1=1.2&r2=1.3)