8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4128ee commit 06ae669Copy full SHA for 06ae669
src/backend/nodes/bitmapset.c
@@ -789,8 +789,8 @@ bms_add_members(Bitmapset *a, const Bitmapset *b)
789
* Add members in the range of 'lower' to 'upper' to the set.
790
*
791
* Note this could also be done by calling bms_add_member in a loop, however,
792
- * using this function will be faster when the range is large as we work with
793
- * at the bitmapword level rather than at bit level.
+ * using this function will be faster when the range is large as we work at
+ * the bitmapword level rather than at bit level.
794
*/
795
Bitmapset *
796
bms_add_range(Bitmapset *a, int lower, int upper)
0 commit comments