projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ffb853
)
Accept expected output diffs in xml test case
author
Pavan Deolasee
<
[email protected]
>
Tue, 17 Apr 2018 06:21:11 +0000
(11:51 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Tue, 17 Apr 2018 06:21:11 +0000
(11:51 +0530)
We don't support subtransactions in XL
src/test/regress/expected/xml_1.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/xml_1.out
b/src/test/regress/expected/xml_1.out
index ef69bdd218adef347f2ce175384036b0101f4e23..8bb38bd4dc665549df667aaa9987e57d46a8b719 100644
(file)
--- a/
src/test/regress/expected/xml_1.out
+++ b/
src/test/regress/expected/xml_1.out
@@
-611,6
+611,8
@@
EXCEPTION
RAISE LOG 'skip: %', SQLERRM;
END
$$;
+ERROR: Internal subtransactions not supported in Postgres-XL
+CONTEXT: PL/pgSQL function inline_code_block line 6 during statement block entry
-- Test xmlexists and xpath_exists
SELECT xmlexists('//town[text() = ''Toronto'']' PASSING BY REF '<towns><town>Bidford-on-Avon</town><town>Cwmbran</town><town>Bristol</town></towns>');
ERROR: unsupported XML feature