*** /home/pavel/src/postgresql/src/test/regress/expected/xml.out 2015-12-02 19:20:53.785571677 +0100 --- /home/pavel/src/postgresql/src/test/regress/results/xml.out 2015-12-02 19:28:51.342475722 +0100 *************** *** 9,16 **** LINE 1: INSERT INTO xmltest VALUES (3, '', NULL, ''); xmlconcat -------------- --- 61,66 ---- *************** *** 224,239 **** & ^ line 1: chunk is not well balanced - & - ^ SELECT xmlparse(content '&idontexist;'); ERROR: invalid XML content DETAIL: line 1: Entity 'idontexist' not defined &idontexist; ^ line 1: chunk is not well balanced - &idontexist; - ^ SELECT xmlparse(content ''); xmlparse --------------------------- --- 220,231 ---- *************** *** 252,262 **** &idontexist; ^ line 1: Opening and ending tag mismatch: twoerrors line 1 and unbalanced - &idontexist; - ^ line 1: chunk is not well balanced - &idontexist; - ^ SELECT xmlparse(content ''); xmlparse --------------------- --- 244,250 ---- *************** *** 266,284 **** SELECT xmlparse(document ''); ERROR: invalid XML document DETAIL: line 1: switching encoding : no input - - ^ line 1: Document is empty - - ^ - line 1: Start tag expected, '<' not found - - ^ SELECT xmlparse(document ' '); ERROR: invalid XML document DETAIL: line 1: Start tag expected, '<' not found - - ^ SELECT xmlparse(document 'abc'); ERROR: invalid XML document DETAIL: line 1: Start tag expected, '<' not found --- 254,263 ---- *************** *** 296,311 **** & ^ line 1: Opening and ending tag mismatch: invalidentity line 1 and abc - & - ^ SELECT xmlparse(document '&idontexist;'); ERROR: invalid XML document DETAIL: line 1: Entity 'idontexist' not defined &idontexist; ^ line 1: Opening and ending tag mismatch: undefinedentity line 1 and abc - &idontexist; - ^ SELECT xmlparse(document ''); xmlparse --------------------------- --- 275,286 ---- *************** *** 324,331 **** &idontexist; ^ line 1: Opening and ending tag mismatch: twoerrors line 1 and unbalanced - &idontexist; - ^ SELECT xmlparse(document ''); xmlparse --------------------- --- 299,304 ---- ======================================================================