Commit 43c2c404 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

parent 40fcfec8
...@@ -3869,7 +3869,7 @@ setPathObject(JsonbIterator **it, Datum *path_elems, bool *path_nulls, ...@@ -3869,7 +3869,7 @@ setPathObject(JsonbIterator **it, Datum *path_elems, bool *path_nulls,
{ {
/* /*
* called from jsonb_insert(), it forbids redefining an * called from jsonb_insert(), it forbids redefining an
* existsing value * existing value
*/ */
if (op_type & (JB_PATH_INSERT_BEFORE | JB_PATH_INSERT_AFTER)) if (op_type & (JB_PATH_INSERT_BEFORE | JB_PATH_INSERT_AFTER))
ereport(ERROR, ereport(ERROR,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment