Re: BUG #3735: Can't create xml-stylesheet processing instruction

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ben Leslie <benno(at)benno(dot)id(dot)au>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3735: Can't create xml-stylesheet processing instruction
Date: 2007-11-10 18:35:42
Message-ID: 18408.1194719742@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ben Leslie <benno(at)benno(dot)id(dot)au> writes:
> The reason for the bug is the new part of code in parse_xml_decl().
> Specifically, utf8len is not initialised causing the problem.

Yeah --- this also explains the regression test failures seen on some
but not all buildfarm machines. Will fix.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-11-10 19:30:27 Re: BUG #3734: Invalid XML schema output.
Previous Message Tom Lane 2007-11-10 16:41:18 Re: [BUGS] Nasty tsvector can make dumps unrestorable