Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 873de34

Browse files
committed
Fix alternate regression test output file.
Commit 0ef99bd broke this. Jeff Janes
1 parent 6805e02 commit 873de34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/regress/expected/json_1.out

+2-1
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)