Patrick Steinhardt
5c11529c66
reftable/pq: use size_t to track iterator index
...
The reftable priority queue is used by the merged iterator to yield
records from its sub-iterators in the expected order. Each entry has a
record corresponding to such a sub-iterator as well as an index that
indicates which sub-iterator the record belongs to. But while the
sub-iterators are tracked with a `size_t`, we store the index as an
`int` in the entry.
Fix this and use `size_t` consistently.
Signed-off-by: Patrick Steinhardt <ps@pks.im >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2024-03-04 10:19:30 -08:00
..
2021-10-08 10:45:48 -07:00
2024-02-06 12:10:08 -08:00
2024-02-06 12:10:08 -08:00
2024-02-06 12:10:08 -08:00
2024-02-26 18:10:24 -08:00
2023-12-11 07:23:17 -08:00
2024-02-06 12:10:08 -08:00
2021-10-08 10:45:48 -07:00
2021-10-08 10:45:48 -07:00
2023-12-26 12:04:31 -08:00
2023-04-24 12:47:33 -07:00
2023-12-26 12:04:31 -08:00
2021-10-08 10:45:48 -07:00
2024-02-06 12:10:08 -08:00
2023-12-11 07:23:17 -08:00
2024-02-12 13:16:10 -08:00
2024-02-26 18:10:24 -08:00
2024-02-12 09:18:04 -08:00
2024-01-29 14:08:52 -08:00
2024-02-26 18:10:24 -08:00
2024-03-04 10:19:30 -08:00
2024-02-06 12:10:08 -08:00
2024-02-26 18:10:24 -08:00
2021-10-08 10:45:48 -07:00
2024-02-12 13:16:10 -08:00
2024-02-06 12:10:09 -08:00
2024-02-26 18:10:24 -08:00
2024-02-26 18:10:24 -08:00
2024-01-23 13:45:27 -08:00
2024-02-06 12:10:08 -08:00
2021-10-08 10:45:48 -07:00
2021-10-08 10:45:48 -07:00
2021-12-23 12:28:34 -08:00
2021-10-08 10:45:48 -07:00
2021-10-08 10:45:48 -07:00
2021-10-08 10:45:48 -07:00
2024-02-06 12:10:08 -08:00
2021-10-08 10:45:48 -07:00
2024-01-03 09:54:21 -08:00
2021-10-08 10:45:48 -07:00
2021-10-08 10:45:48 -07:00
2024-01-23 13:45:27 -08:00
2024-02-12 13:16:10 -08:00
2024-02-12 13:16:10 -08:00
2024-02-06 12:10:08 -08:00
2024-01-18 12:02:09 -08:00
2024-01-23 13:45:27 -08:00
2024-01-23 13:45:27 -08:00
2023-12-26 12:04:31 -08:00
2024-02-06 12:10:08 -08:00
2021-10-08 10:45:48 -07:00
2024-02-12 13:16:10 -08:00
2024-01-23 13:45:27 -08:00