pgsql: Doc: correct minor error in back-branch release notes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: correct minor error in back-branch release notes.
Date: 2024-02-20 16:58:41
Message-ID: E1rcTS4-0003AL-9o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b992a707f78af859ca5dfcccc4dd5fcfb5fa29bb

Modified Files
--------------
doc/src/sgml/release-14.sgml | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-02-20 19:35:29 pgsql: Doc: improve explanation of type interval, especially extract().
Previous Message Alexander Korotkov 2024-02-20 12:10:22 pgsql: Replace relids in lateral subquery parse tree during SJE