]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commitcf66d2a69d3e99f96f7ed6a5c99a7c17ed59f88b
treef4af43325e5eca85407a09dca11cb4173b44bd0f
parentbedba2cc0e30c68eeef19b7da51e9550164a1942
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