pgsql: doc: make blooms docs match reality

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: doc: make blooms docs match reality
Дата
Msg-id E1kXBjv-0004ok-41@gemulon.postgresql.org
обсуждение исходный текст
Список 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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9ad40fe6ef9195c9776b4a54357c4719acdfb0df

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: In INSERT/UPDATE, use the table's real tuple descriptor as targe
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Extend PageIsVerified() to handle more custom options