]> granicus.if.org Git - postgresql/commit
Fix assorted bugs in contrib/unaccent's configuration file parsing.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 Nov 2011 16:48:53 +0000 (11:48 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 Nov 2011 16:49:06 +0000 (11:49 -0500)
commit27864da6b1cf9fb3f29dc5abe1eba333cbc4ba77
treeff9d0dcfa8b80340d5444b8f2ebb54acd8d97dfe
parent8bfc2b5a8018d155a6843660c7975bb45ac49d70
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.
contrib/unaccent/unaccent.c