Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06ae669

Browse files
committed
Remove extra word from comment.
David Rowley, who also was the primary author of the patch that added this function; the attribution in my previous commit, 8494064, was incorrect due to sloppiness on my part. Discussion: http://postgr.es/m/CAKJS1f_0iSiLQsf_c06AzOWAc3eS6ePjjVQFpcFv3W-O5aktnQ@mail.gmail.com
1 parent e4128ee commit 06ae669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/nodes/bitmapset.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,8 +789,8 @@ bms_add_members(Bitmapset *a, const Bitmapset *b)
789789
* Add members in the range of 'lower' to 'upper' to the set.
790790
*
791791
* 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.
792+
* using this function will be faster when the range is large as we work at
793+
* the bitmapword level rather than at bit level.
794794
*/
795795
Bitmapset *
796796
bms_add_range(Bitmapset *a, int lower, int upper)

0 commit comments

Comments
 (0)