Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 16954e2

Browse files
committed
Fix example in comment.
Author: Adrien Nayrat
1 parent 617dc6d commit 16954e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/lib/integerset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ intset_binsrch_leaf(uint64 item, leaf_item *arr, int arr_elems, bool nextkey)
805805
* selector
806806
*
807807
* The selector 1101 is 13 in decimal. From the modes table below, we see
808-
* that it means that the codeword encodes three 12-bit integers. In decimal,
808+
* that it means that the codeword encodes three 20-bit integers. In decimal,
809809
* those integers are 18, 500000 and 20. Because we encode deltas rather than
810810
* absolute values, the actual values that they represent are 18, 500018 and
811811
* 500038.

0 commit comments

Comments
 (0)