diff options
author | Michael Paquier | 2023-02-27 23:37:37 +0000 |
---|---|---|
committer | Michael Paquier | 2023-02-27 23:37:37 +0000 |
commit | 737668d9e320e452b4eeec6e5cec86284de67e0f (patch) | |
tree | cbc4e83b173906e3904fa9ec6ec2e254647d0aae | |
parent | b8da37b3ada2e547983538b3e49f8079f85ce120 (diff) |
Fix expected output of xml_2.out
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.
-rw-r--r-- | src/test/regress/expected/xml_2.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/expected/xml_2.out b/src/test/regress/expected/xml_2.out index e01f431219e..4f029d00725 100644 --- 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('<value>one</', 'xml'); (1 row) SELECT message FROM pg_input_error_info('<value>one</', 'xml'); - message ------------------------- + message +--------------------- invalid XML content (1 row) |