mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Doc: correct minor error in back-branch release notes.
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
This commit is contained in:
parent
f9c8f7ccd6
commit
b992a707f7
@ -245,6 +245,25 @@ Branch: REL_12_STABLE [b8a606e21] 2023-11-28 11:59:53 +0200
|
|||||||
<listitem>
|
<listitem>
|
||||||
<!--
|
<!--
|
||||||
Author: Michael Paquier <michael@paquier.xyz>
|
Author: Michael Paquier <michael@paquier.xyz>
|
||||||
|
Branch: master [1b2c6b756] 2023-11-08 14:06:26 +0900
|
||||||
|
Branch: REL_16_STABLE [4dccf9575] 2023-11-08 14:06:36 +0900
|
||||||
|
Branch: REL_15_STABLE [7e18c0bd6] 2023-11-08 14:06:39 +0900
|
||||||
|
Branch: REL_14_STABLE [59fc39c0d] 2023-11-08 14:06:42 +0900
|
||||||
|
-->
|
||||||
|
<para>
|
||||||
|
Fix overly tight assertion
|
||||||
|
about <varname>false_positive_rate</varname> parameter of
|
||||||
|
BRIN bloom operator classes (Alexander Lakhin)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This error had no impact in non-assert builds, either.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<!--
|
||||||
|
Author: Michael Paquier <michael@paquier.xyz>
|
||||||
Branch: master [bb812ab09] 2024-01-24 14:20:01 +0900
|
Branch: master [bb812ab09] 2024-01-24 14:20:01 +0900
|
||||||
Branch: REL_16_STABLE [51193e7a7] 2024-01-24 14:20:08 +0900
|
Branch: REL_16_STABLE [51193e7a7] 2024-01-24 14:20:08 +0900
|
||||||
Branch: REL_15_STABLE [ad6fbbeeb] 2024-01-24 14:20:10 +0900
|
Branch: REL_15_STABLE [ad6fbbeeb] 2024-01-24 14:20:10 +0900
|
||||||
@ -934,20 +953,6 @@ Branch: REL_14_STABLE [85ecff891] 2024-01-22 17:48:30 +0100
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<!--
|
<!--
|
||||||
Author: Michael Paquier <michael@paquier.xyz>
|
|
||||||
Branch: master [1b2c6b756] 2023-11-08 14:06:26 +0900
|
|
||||||
Branch: REL_16_STABLE [4dccf9575] 2023-11-08 14:06:36 +0900
|
|
||||||
Branch: REL_15_STABLE [7e18c0bd6] 2023-11-08 14:06:39 +0900
|
|
||||||
Branch: REL_14_STABLE [59fc39c0d] 2023-11-08 14:06:42 +0900
|
|
||||||
-->
|
|
||||||
<para>
|
|
||||||
In <filename>contrib/bloom</filename>, fix overly tight assertion
|
|
||||||
about <varname>false_positive_rate</varname> (Alexander Lakhin)
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<!--
|
|
||||||
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
||||||
Branch: master [9034a2d51] 2024-01-07 15:19:50 -0500
|
Branch: master [9034a2d51] 2024-01-07 15:19:50 -0500
|
||||||
Branch: REL_16_STABLE [cf6f802bf] 2024-01-07 15:19:50 -0500
|
Branch: REL_16_STABLE [cf6f802bf] 2024-01-07 15:19:50 -0500
|
||||||
|
Loading…
x
Reference in New Issue
Block a user