Re: Incorrect EXPLAIN ANALYZE output in bloom index docs

2024-12-09 Thread David Rowley
On Tue, 10 Dec 2024 at 14:33, Yan Chengpeng wrote: > Most changes look good to me. Only two small comments here: > > 1. Why did the following part change from ‘never executed’ to execute. Why > the previous state is `never executed`? > ``` > - -> Bitmap Index Scan on btreeidx2 (cost=0.0

Re: Incorrect EXPLAIN ANALYZE output in bloom index docs

2024-12-09 Thread Yan Chengpeng
> On Dec 9, 2024, at 15:53, David Rowley wrote: > > I was fixing up the patch in [1] with the intention of committing it > when I noticed that there are a few outdated EXPLAIN ANALYZE examples > in the documents for the bloom contrib module. > > The example outputs look like they've been creat