]> granicus.if.org Git - postgresql/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:24 +0000 (16:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Jun 2008 16:52:24 +0000 (16:52 +0000)
commit30dc388a0dd9ceca911b101fe1877cf7a23776fa
tree62b07bcf3ade9112daf21190b2669180134e03b7
parente3ae27894afeaf54b195c481c833c20ba77e486b
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