Latest xml patch breaks some of the buildfarm

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Latest xml patch breaks some of the buildfarm
Date: 2007-11-09 20:44:54
Message-ID: 24218.1194641094@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Some but not all buildfarm members are showing unexpected xml regression
test output:

*** ./expected/xml.out Fri Nov 9 11:44:01 2007
--- ./results/xml.out Fri Nov 9 12:54:10 2007
***************
*** 184,189 ****
--- 184,191 ----
ERROR: invalid XML processing instruction
DETAIL: XML processing instruction target name cannot be "xml".
SELECT xmlpi(name xmlstuff);
+ WARNING: could not parse XML declaration in stored value
+ DETAIL: Space required
xmlpi
--------------
<?xmlstuff?>
***************
*** 214,219 ****
--- 216,223 ----
(1 row)

SELECT xmlpi(name "xml-stylesheet", 'href="mystyle.css" type="text/css"');
+ WARNING: could not parse XML declaration in stored value
+ DETAIL: Space required
xmlpi
-------------------------------------------------------
<?xml-stylesheet href="mystyle.css" type="text/css"?>

======================================================================

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Guillaume Smet 2007-11-09 20:57:27 Re: [HACKERS] Estimation problem with a LIKE clause containing a /
Previous Message Doug Knight 2007-11-09 20:41:21 Re: plperl.dll error from create langauge plperl (XP Pro 64 bit)