Commits
1b2c6b756 et al affected the core BRIN "bloom" opclasses,
not contrib/bloom. This only corrected a bad assertion so it's not
too significant to end users, but since we documented it we should
do so accurately.
Spotted by Takatsuka Haruka.
Discussion: https://postgr.es/m/18353-
926aa99cfe58aa78@postgresql.org
+ Fix overly tight assertion
+ about false_positive_rate parameter of
+ BRIN bloom operator classes (Alexander Lakhin)
+
+
+ This error had no impact in non-assert builds, either.
+
+
+
+
+
- In contrib/bloom, fix overly tight assertion
- about false_positive_rate (Alexander Lakhin)
-
-
-
-
-