pgsql: Fix a few places that were non-multibyte-safe in tsearch

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a few places that were non-multibyte-safe in tsearch
Date: 2008-06-19 16:52:31
Message-ID: 20080619165231.79305754595@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix a few places that were non-multibyte-safe in tsearch configuration file
parsing. Per bug #4253 from Giorgio Valoti.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/tsearch:
spell.c (r1.11.2.1 -> r1.11.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/spell.c?r1=1.11.2.1&r2=1.11.2.2)
ts_utils.c (r1.9.2.1 -> r1.9.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ts_utils.c?r1=1.9.2.1&r2=1.9.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-06-19 21:32:56 pgsql: Rewrite the sinval messaging mechanism to reduce contention and
Previous Message Tom Lane 2008-06-19 16:52:24 pgsql: Fix a few places that were non-multibyte-safe in tsearch