Skip to content

Commit 901bd4a

Browse files
Fix nbtree contradictory array element comment.
Oversight in commit 5bf748b, which enhanced nbtree ScalarArrayOp execution.
1 parent 86374c9 commit 901bd4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/nbtree/nbtpreprocesskeys.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1776,8 +1776,8 @@ _bt_sort_array_elements(ScanKey skey, FmgrInfo *sortproc, bool reverse,
17761776
* may not be able to determine which elements are contradictory. If we have
17771777
* the required ORDER proc then we return true (and validly set *nelems_orig),
17781778
* guaranteeing that at least the next array can be considered redundant. We
1779-
* return false if the required comparisons cannot not be made (caller must
1780-
* keep both arrays when this happens).
1779+
* return false if the required comparisons cannot be made (caller must keep
1780+
* both arrays when this happens).
17811781
*/
17821782
static bool
17831783
_bt_merge_arrays(IndexScanDesc scan, ScanKey skey, FmgrInfo *sortproc,

0 commit comments

Comments
 (0)