1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-08 07:21:33 +03:00

Fix example in comment.

Author: Adrien Nayrat
This commit is contained in:
Heikki Linnakangas 2019-04-09 08:32:02 +03:00
parent 617dc6d299
commit 16954e22e2

View File

@ -805,7 +805,7 @@ intset_binsrch_leaf(uint64 item, leaf_item *arr, int arr_elems, bool nextkey)
* selector * selector
* *
* The selector 1101 is 13 in decimal. From the modes table below, we see * 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 * 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 * absolute values, the actual values that they represent are 18, 500018 and
* 500038. * 500038.