projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8da37b
)
Fix expected output of xml_2.out
author
Michael Paquier
Mon, 27 Feb 2023 23:37:37 +0000
(08:37 +0900)
committer
Michael Paquier
Mon, 27 Feb 2023 23:37:37 +0000
(08:37 +0900)
Per buildfarm members snakefly, parula and prion, that reflect the
results coming from the latest versions of libxml2.
Oversight in
b8da37b
in the shape of an incorrect copy-paste. The CI
was green, but it does not stress this expected output.
src/test/regress/expected/xml_2.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/xml_2.out
b/src/test/regress/expected/xml_2.out
index e01f431219e81aeff0acd39460e5553fcfe3f5be..4f029d007258f056910b1f378ed0b6dcca1272e3 100644
(file)
--- a/
src/test/regress/expected/xml_2.out
+++ b/
src/test/regress/expected/xml_2.out
@@
-30,8
+30,8
@@
SELECT pg_input_is_valid('
one', 'xml');
(1 row)
SELECT message FROM pg_input_error_info('
one', 'xml');
- message
----------------------
---
+ message
+---------------------
invalid XML content
(1 row)