Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit92b8d17

Browse files
committed
Fix xmlconcat regression test
1 parentb4c8d49 commit92b8d17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/test/regress/expected/xml.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ SELECT xmlconcat('bad', '<syntax');
5656
ERROR: invalid XML content
5757
DETAIL: Expected '>'
5858
SELECT xmlconcat('<foo/>', NULL, '<?xml version="1.1" standalone="no"?><bar/>');
59-
xmlconcat
60-
---------------------------------------------------
61-
<?xml version="1.1" standalone="no"?><foo/><bar/>
59+
xmlconcat
60+
-----------------------------------
61+
<?xml version="1.1"?><foo/><bar/>
6262
(1 row)
6363

6464
SELECT xmlelement(name element,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp