pgsql: Fix recently introduced bugs about parsing ispell/hunspell files.

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix recently introduced bugs about parsing ispell/hunspell files.
Date: 2007-09-10 20:27:12
Message-ID: 20070910202712.CDFBF754206@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix recently introduced bugs about parsing ispell/hunspell files.
In most cases it cause because of unneeded lowercasing of flags.

Per experiment with regression checks with ispell dictionary.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2007-09-10 20:37:36 pgsql: Heikki Linnakangas <heikki@enterprisedb.com>: Add tsearch
Previous Message Alvaro Herrera 2007-09-10 17:59:03 pgsql: Remove the vacuum_delay_point call in count_nondeletable_pages,