Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06ae669

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

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 workwith
793-
*atthe bitmapword level rather than at bit level.
792+
* using this function will be faster when the range is large as we workat
793+
* the bitmapword level rather than at bit level.
794794
*/
795795
Bitmapset*
796796
bms_add_range(Bitmapset*a,intlower,intupper)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp