Incorrect EXPLAIN ANALYZE output in bloom index docs
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2024-12-09T07:53:14Z
Lists: pgsql-hackers
Attachments
- v1-0001-Doc-fix-incorrect-EXPLAIN-ANALYZE-output-for-bloo.patch (application/octet-stream) patch v1-0001
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 created with a 100 thousand row table, but the commands given are to insert 10 million rows into that table. I suspect someone did a 100x on the example row count at some point during development and forgot to update the EXPLAIN output. The patch I want to commit adds buffer outputs to these EXPLAINs, so I kinda need to fix these before adding that, otherwise what I want to add does not make any sense. Patch attached. I propose to backpatch this fix. David
Commits
-
Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes
- a51ec088dbe5 13.19 landed
- 4922ede97994 14.16 landed
- 5e9e2a4ac7bb 15.11 landed
- b0a04ce0916b 16.7 landed
- f36fe5d07bf9 17.3 landed
- 36d0229b8ff5 18.0 landed