pgsql: Fixes from Heikki Linnakangas <heikki@enterprisedb.com>:

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixes from Heikki Linnakangas <heikki@enterprisedb.com>:
Date: 2007-09-10 10:39:56
Message-ID: 20070910103956.A17C3754206@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fixes from Heikki Linnakangas <heikki(at)enterprisedb(dot)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)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2007-09-10 12:36:41 pgsql: Change void* opaque argument to Datum type, add argument's
Previous Message User Andrei 2007-09-10 10:04:57 pgtray - pgtray: Added win32 installer, based on PgFoundry's setupkit.