Re: [BUG?] XMLSERIALIZE( ... INDENT) won't work with blank nodes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [BUG?] XMLSERIALIZE( ... INDENT) won't work with blank nodes
Date
Msg-id 3656035.1725999883@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUG?] XMLSERIALIZE( ... INDENT) won't work with blank nodes  (Jim Jones <jim.jones@uni-muenster.de>)
List pgsql-hackers
Jim Jones <jim.jones@uni-muenster.de> writes:
> [ xmlserialize patches ]

Pushed with minor editorialization.  Notably, I got rid of scribbling
on xmlBufferContent's buffer --- I don't know how likely that is to
upset libxml2, but it seems like a fairly bad idea given that they
declare the result as "const xmlChar*".  Casting away the const is
poor form in any case.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Document DateStyle effect on jsonpath string()
Next
From: David Rowley
Date:
Subject: Re: Speeding up ruleutils' name de-duplication code, redux