Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8ffb003

Browse files
author
Amit Kapila
committed
Fix typo in jsonfuncs.c.
Author: Tatsuro Yamada Discussion: https://postgr.es/m/7c166a60-2808-6b89-9524-feefc6233748@nttcom.co.jp_1
1 parent 4131f75 commit 8ffb003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/jsonfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4882,7 +4882,7 @@ IteratorConcat(JsonbIterator **it1, JsonbIterator **it2,
48824882
* case if target is an array. The assignment index will not be restricted by
48834883
* number of elements in the array, and if there are any empty slots between
48844884
* last element of the array and a new one they will be filled with nulls. If
4885-
* the index is negative, it still will be considered an an index from the end
4885+
* the index is negative, it still will be considered an index from the end
48864886
* of the array. Of a part of the path is not present and this part is more
48874887
* than just one last element, this flag will instruct to create the whole
48884888
* chain of corresponding objects and insert the value.

0 commit comments

Comments
 (0)