pgsql: contrib/bloom documentation improvement - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: contrib/bloom documentation improvement
Date
Msg-id E1gBoSp-00008l-9e@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/98afb839059b2708ee4b541d0186581493a2713b

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make some subquery-using test cases a bit more robust.
Next
From: Alexander Korotkov
Date:
Subject: pgsql: contrib/bloom documentation improvement