aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonpath_exec.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2019-05-16 18:50:56 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2019-05-16 19:14:31 -0400
commit75445c1515fffa581585f1b72e5b5314c1c395ce (patch)
tree7a1308156552e6f5126e12c679457d8825de42c7 /src/backend/utils/adt/jsonpath_exec.c
parent3f58cc6dd8fc821992da7ed8099d283b014fc2dc (diff)
downloadpostgresql-75445c1515fffa581585f1b72e5b5314c1c395ce.tar.gz
postgresql-75445c1515fffa581585f1b72e5b5314c1c395ce.zip
More message style fixes
Discussion: https://postgr.es/m/20190515183005.GA26486@alvherre.pgsql
Diffstat (limited to 'src/backend/utils/adt/jsonpath_exec.c')
-rw-r--r--src/backend/utils/adt/jsonpath_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/jsonpath_exec.c b/src/backend/utils/adt/jsonpath_exec.c
index 2789ed2371f..b6d6a243e52 100644
--- a/src/backend/utils/adt/jsonpath_exec.c
+++ b/src/backend/utils/adt/jsonpath_exec.c
@@ -1934,7 +1934,7 @@ getJsonPathVariable(JsonPathExecContext *cxt, JsonPathItem *variable,
{
ereport(ERROR,
(errcode(ERRCODE_UNDEFINED_OBJECT),
- errmsg("cannot find jsonpath variable \"%s\"",
+ errmsg("could not find jsonpath variable \"%s\"",
pnstrdup(varName, varNameLength))));
}