pgsql: doc: make blooms docs match reality - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: make blooms docs match reality
Date
Msg-id E1kXBjv-0004on-4P@gemulon.postgresql.org
Whole thread Raw
List 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_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/37146659132072b499ebdf49c55b84e9bd8bcce2

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: In INSERT/UPDATE, use the table's real tuple descriptor as targe
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Extend PageIsVerified() to handle more custom options