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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix a few places that were non-multibyte-safe in tsearch
Date
Msg-id 20080619165224.90928754595@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix a few places that were non-multibyte-safe in tsearch configuration file
parsing.  Per bug #4253 from Giorgio Valoti.

Modified Files:
--------------
    pgsql/src/backend/tsearch:
        spell.c (r1.12 -> r1.13)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/spell.c?r1=1.12&r2=1.13)
        ts_utils.c (r1.11 -> r1.12)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/ts_utils.c?r1=1.11&r2=1.12)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add URL for: o Allow pg_hba.conf to specify host names
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a few places that were non-multibyte-safe in tsearch