We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent86374c9 commit901bd4aCopy full SHA for 901bd4a
src/backend/access/nbtree/nbtpreprocesskeys.c
@@ -1776,8 +1776,8 @@ _bt_sort_array_elements(ScanKey skey, FmgrInfo *sortproc, bool reverse,
1776
* may not be able to determine which elements are contradictory. If we have
1777
* the required ORDER proc then we return true (and validly set *nelems_orig),
1778
* guaranteeing that at least the next array can be considered redundant. We
1779
- * return false if the required comparisons cannotnotbe made (caller must
1780
- *keepboth arrays when this happens).
+ * return false if the required comparisons cannot be made (caller must keep
+ * both arrays when this happens).
1781
*/
1782
staticbool
1783
_bt_merge_arrays(IndexScanDescscan,ScanKeyskey,FmgrInfo*sortproc,