Re: BUG #18274: Error 'invalid XML content'

Dmitry Koval <d.koval@postgrespro.ru>

From: Dmitry Koval <d.koval@postgrespro.ru>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2024-01-14T20:58:07Z
Lists: pgsql-bugs
Thanks!

 > Thanks for doing this work!  Please add an entry to the upcoming
 > commitfest[1] to ensure we don't forget about it.

Added.

 > Is there some downside to XML_PARSE_HUGE?

I didn't see any problems during simple testing of patch with the 
XML_PARSE_HUGE.
Extended testing will be performed soon.
Then (I hope) we will send a trial version of PostgreSQL with a patch to 
customers who use XML.

-- 
With best regards,
Dmitry Koval

Postgres Professional: http://postgrespro.com



Commits

  1. xml2: Replace deprecated routines with recommended ones

  2. Revert "Add support for parsing of large XML data (>= 10MB)"

  3. Add support for parsing of large XML data (>= 10MB)