Re: [PATCH] contrib/xml2: xslt_process() should report XSLT-related error details
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Robin Haberkorn" <haberkorn@b1-systems.de>
Cc: pgsql-hackers@postgresql.org
Date: 2025-04-23T22:59:10Z
Lists: pgsql-hackers
"Robin Haberkorn" <haberkorn@b1-systems.de> writes: > btw. you wrote that comment in cacd42d62cb2ddf32135b151f627780a5509780f > back in 2011. > The commit message also contains some background information. Hm. I wonder if we couldn't get rid of the HAVE_XMLSTRUCTUREDERRORCONTEXT conditionalization. If the libxml2 versions that lacked that were "old" in 2011, surely they are extinct in the wild by now. I'm thinking that we really don't want to be using the generic handler at all, given the commit log's comment that it can't distinguish between error, warning, and notice cases. regards, tom lane
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix up misuse of "volatile" in contrib/xml2.
- 93001888d85c 19 (unreleased) cited
-
xml2: Improve error handling of libxml2 calls
- 732061150b00 19 (unreleased) cited
-
Rewrite libxml error handling to be more robust.
- cacd42d62cb2 9.2.0 cited