提交 cfad092b 编写于 作者: D Daniel Gustafsson

Fix leftover merge conflict in xmlmap test

The 9.4.20 merge mistakenly left a merge conflict in the alternative
output for the xmlmap test. Fix verified against a backend without
XML support.
Reviewed-by: NHeikki Linnakangas <hlinnakangas@pivotal.io>
上级 242783ae
......@@ -78,16 +78,12 @@ SELECT cursor_to_xml('xc'::refcursor, 5, false, true, '');
ERROR: unsupported XML feature
DETAIL: This functionality requires the server to be built with libxml support.
HINT: You need to rebuild PostgreSQL using --with-libxml.
<<<<<<< HEAD
MOVE FIRST IN xc;
ERROR: backward scan is not supported in this version of Greenplum Database
=======
SELECT cursor_to_xmlschema('xc'::refcursor, false, true, '');
ERROR: unsupported XML feature
DETAIL: This functionality requires the server to be built with libxml support.
HINT: You need to rebuild PostgreSQL using --with-libxml.
MOVE BACKWARD ALL IN xc;
>>>>>>> 8bc709b37411ba7ad0fd0f1f79c354714424af3d
ERROR: backward scan is not supported in this version of Greenplum Database
SELECT cursor_to_xml('xc'::refcursor, 5, true, false, '');
ERROR: portal "xc" cannot be run
SELECT cursor_to_xmlschema('xc'::refcursor, true, false, '');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册