projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
617dc6d
)
Fix example in comment.
author
Heikki Linnakangas
Tue, 9 Apr 2019 05:32:02 +0000
(08:32 +0300)
committer
Heikki Linnakangas
Tue, 9 Apr 2019 05:33:42 +0000
(08:33 +0300)
Author: Adrien Nayrat
src/backend/lib/integerset.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/lib/integerset.c
b/src/backend/lib/integerset.c
index 28b4a386098e9a39e4141a30bfc619a4f830ce52..9984fd55e8062f8dbac492d5f6c16ad17ceb540c 100644
(file)
--- a/
src/backend/lib/integerset.c
+++ b/
src/backend/lib/integerset.c
@@
-805,7
+805,7
@@
intset_binsrch_leaf(uint64 item, leaf_item *arr, int arr_elems, bool nextkey)
* selector
*
* The selector 1101 is 13 in decimal. From the modes table below, we see
- * that it means that the codeword encodes three
12
-bit integers. In decimal,
+ * that it means that the codeword encodes three
20
-bit integers. In decimal,
* those integers are 18, 500000 and 20. Because we encode deltas rather than
* absolute values, the actual values that they represent are 18, 500018 and
* 500038.