mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix typo
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user