prometheus/tsdb/index
Oleg Zaytsev 14cb8d8696
Use ExpandPostings() in NewPostingsCloner()
We should reuse that method, not only because it saves code, but also
because that method is a good candidate to use a pool of slices some
day.

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
2021-10-13 15:26:36 +02:00
..
index.go Merged upstream 2021-08-25 16:30:05 +02:00
index_test.go Do not break exported functions signatures (#6) 2021-08-20 18:37:47 +02:00
postings.go Use ExpandPostings() in NewPostingsCloner() 2021-10-13 15:26:36 +02:00
postings_test.go Implement PostingsCloner and implement promise/future pattern for PostingsForMatchers (#14) 2021-10-07 15:16:09 +02:00
postingsstats.go Fix some warnings: 'redundant type from array, slice, or map composite literal' (#7109) 2020-04-15 11:17:41 +01:00
postingsstats_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00