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 ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly