Re: Another issue with invalid XML values
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Florian Pflug <fgp@phlo.org>
Cc: Noah Misch <noah@2ndQuadrant.com>, Bernd Helmle <mailings@oopsware.de>, PG Hackers <pgsql-hackers@postgresql.org>
Date: 2011-07-26T15:07:43Z
Lists: pgsql-hackers
Florian Pflug <fgp@phlo.org> writes: > What about the suggested upgrade of the elog(ERROR) in xml_errorHandler > to elog(FATAL)? Shall I do that too, or leave it for now? No objection here --- I had considered writing it that way myself. I refrained for fear of making a bad situation even worse, but if other people think FATAL would be the safer way, fine. regards, tom lane