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)
commit131fd7a286db71eee54b9d350d25155d1ab07954
tree2909fd486760aaa6e99b229079930a1f5fe3955a
parent6680acd480f8f61a45c483f10aef22a9a2ff77be
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