This commit is contained in:
Peter Eisentraut 2016-07-25 22:07:53 -04:00
parent 40fcfec82c
commit 43c2c40497
1 changed files with 1 additions and 1 deletions

View File

@ -3869,7 +3869,7 @@ setPathObject(JsonbIterator **it, Datum *path_elems, bool *path_nulls,
{
/*
* called from jsonb_insert(), it forbids redefining an
* existsing value
* existing value
*/
if (op_type & (JB_PATH_INSERT_BEFORE | JB_PATH_INSERT_AFTER))
ereport(ERROR,