pgsql: contrib/bloom documentation improvement

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: contrib/bloom documentation improvement
Date: 2018-10-14 22:09:54
Message-ID: E1gBoaA-0000Hk-A1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

contrib/bloom documentation improvement

This commit documents rounding of "length" parameter and absence of support
for unique indexes and NULLs searching. Backpatch to 9.6 where contrib/bloom
was introduced.

Discussion: https://postgr.es/m/CAF4Au4wPQQ7EHVSnzcLjsbY3oLSzVk6UemZLD1Sbmwysy3R61g%40mail.gmail.com
Author: Oleg Bartunov with minor editorialization by me
Backpatch-through: 9.6

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/872b6f72d419a7fb2bc18236ee70175e8ff2abf0

Modified Files
--------------
doc/src/sgml/bloom.sgml | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2018-10-14 22:10:52 pgsql: contrib/bloom documentation improvement
Previous Message Alexander Korotkov 2018-10-14 22:08:34 pgsql: contrib/bloom documentation improvement