mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Fix typo in jsonfuncs.c.
Author: Tatsuro Yamada Discussion: https://postgr.es/m/7c166a60-2808-6b89-9524-feefc6233748@nttcom.co.jp_1
This commit is contained in:
@ -4882,7 +4882,7 @@ IteratorConcat(JsonbIterator **it1, JsonbIterator **it2,
|
|||||||
* case if target is an array. The assignment index will not be restricted by
|
* case if target is an array. The assignment index will not be restricted by
|
||||||
* number of elements in the array, and if there are any empty slots between
|
* number of elements in the array, and if there are any empty slots between
|
||||||
* last element of the array and a new one they will be filled with nulls. If
|
* last element of the array and a new one they will be filled with nulls. If
|
||||||
* the index is negative, it still will be considered an an index from the end
|
* the index is negative, it still will be considered an index from the end
|
||||||
* of the array. Of a part of the path is not present and this part is more
|
* of the array. Of a part of the path is not present and this part is more
|
||||||
* than just one last element, this flag will instruct to create the whole
|
* than just one last element, this flag will instruct to create the whole
|
||||||
* chain of corresponding objects and insert the value.
|
* chain of corresponding objects and insert the value.
|
||||||
|
Reference in New Issue
Block a user