mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Fix regression test outputs
75445c1 has caused various failures in tests across the tree after
updating some error messages, so fix the newly-expected output.
Author: Michael Paquier
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/8332.1558048838@sss.pgh.pa.us
This commit is contained in:
@@ -486,7 +486,7 @@ select * from jsonb_path_query('{"a": 10}', '$');
|
||||
(1 row)
|
||||
|
||||
select * from jsonb_path_query('{"a": 10}', '$ ? (@.a < $value)');
|
||||
ERROR: cannot find jsonpath variable "value"
|
||||
ERROR: could not find jsonpath variable "value"
|
||||
select * from jsonb_path_query('{"a": 10}', '$ ? (@.a < $value)', '1');
|
||||
ERROR: "vars" argument is not an object
|
||||
DETAIL: Jsonpath parameters should be encoded as key-value pairs of "vars" object.
|
||||
|
||||
Reference in New Issue
Block a user