pgsql: doc: make blooms docs match reality

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: make blooms docs match reality
Date: 2020-10-26 23:17:23
Message-ID: E1kXBjv-0004oh-3d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: make blooms docs match reality

Parallel execution changed the way bloom queries are executed, so update
the EXPLAIN output, and restructure the docs to be clearer and more
accurate.

Reported-by: Daniel Westermann

Discussion: https://postgr.es/m/ZR0P278MB0122119FAE78721A694C30C8D2340@ZR0P278MB0122.CHEP278.PROD.OUTLOOK.COM

Author: Daniel Westermann and me

Backpatch-through: 9.6

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/baad9adfa988f34996e0ce377e7e68da70df975e

Modified Files
--------------
doc/src/sgml/bloom.sgml | 117 +++++++++++++++++++++++++-----------------------
1 file changed, 62 insertions(+), 55 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-10-27 00:18:01 Re: pgsql: Extend PageIsVerified() to handle more custom options
Previous Message Tom Lane 2020-10-26 15:37:08 pgsql: In INSERT/UPDATE, use the table's real tuple descriptor as targe