xmlGetUTF8Char()'s second argument is both input and output. Fix
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Nov 2007 18:51:20 +0000 (18:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Nov 2007 18:51:20 +0000 (18:51 +0000)
commit90ae07ba6f0fcd6dac25da07fb843beb9bbc26d7
treec9893b0edc9edb40e74be203b12a8b2144fabbb3
parentb5bb1ca8cd1d5164b473db2a6ea9e3687af505e0
xmlGetUTF8Char()'s second argument is both input and output.  Fix
uninitialized value, and avoid invoking the function nine separate
times in the pg_xmlIsNameChar macro.  Should resolve buildfarm failures.
Per report from Ben Leslie.
src/backend/utils/adt/xml.c