mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
More message style fixes
Discussion: https://postgr.es/m/20190515183005.GA26486@alvherre.pgsql
This commit is contained in:
@@ -179,7 +179,8 @@ jsonPathFromCstring(char *in, int len)
|
||||
if (!jsonpath)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_TEXT_REPRESENTATION),
|
||||
errmsg("invalid input syntax for jsonpath: \"%s\"", in)));
|
||||
errmsg("invalid input syntax for type %s: \"%s\"", "jsonpath",
|
||||
in)));
|
||||
|
||||
flattenJsonPathParseItem(&buf, jsonpath->expr, 0, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user