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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy