mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Fix typo
This commit is contained in:
parent
40fcfec82c
commit
43c2c40497
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user