Fix a few places that were non-multibyte-safe in tsearch configuration file
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Jun 2008 16:52:31 +0000 (16:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Jun 2008 16:52:31 +0000 (16:52 +0000)
commit6bcf5a85233f7a039648990d1037119efb61146d
tree5d42df90bff7330d1e092f0f00b783a4b3c12ee3
parentf58f13541da24ceb73d46ece2fee829a901789f7
Fix a few places that were non-multibyte-safe in tsearch configuration file
parsing.  Per bug #4253 from Giorgio Valoti.
src/backend/tsearch/spell.c
src/backend/tsearch/ts_utils.c