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

Commit873de34

Browse files
committed
Fix alternate regression test output file.
Commit0ef99bd broke this.Jeff Janes
1 parent6805e02 commit873de34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,8 @@ SELECT json_build_object(1,2);
11461146

11471147
-- keys must be scalar and not null
11481148
SELECT json_build_object(null,2);
1149-
ERROR: arg 1: key cannot be null
1149+
ERROR: argument 1 cannot be null
1150+
HINT: Object keys should be text.
11501151
SELECT json_build_object(r,2) FROM (SELECT 1 AS a, 2 AS b) r;
11511152
ERROR: key value must be scalar, not array, composite, or json
11521153
SELECT json_build_object(json '{"a":1,"b":2}', 3);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp