diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-11-07 11:48:53 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-11-07 11:50:18 -0500 |
commit | ced3a93ccbbd0a3866f2324662f7a1fa4c31909a (patch) | |
tree | ea1927bc1a201c6a706569e2bdcf371f762be951 /src/tutorial/complex.source | |
parent | ffc703a891e336b9bf4b74112bd4684d1f990fab (diff) | |
download | postgresql-ced3a93ccbbd0a3866f2324662f7a1fa4c31909a.tar.gz postgresql-ced3a93ccbbd0a3866f2324662f7a1fa4c31909a.zip |
Fix assorted bugs in contrib/unaccent's configuration file parsing.
Make it use t_isspace() to identify whitespace, rather than relying on
sscanf which is known to get it wrong on some platform/locale combinations.
Get rid of fixed-size buffers. Make it actually continue to parse the file
after ignoring a line with untranslatable characters, as was obviously
intended.
The first of these issues is per gripe from J Smith, though not exactly
either of his proposed patches.
Diffstat (limited to 'src/tutorial/complex.source')
0 files changed, 0 insertions, 0 deletions