diff options
author | Bruce Momjian <bruce@momjian.us> | 2021-06-14 16:14:04 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2021-06-14 16:14:04 -0400 |
commit | 86b222b09071d3918c5c55b164d22b2236d3f872 (patch) | |
tree | 3e05da14609d2d1e1234432b2080d65fd2f4382d | |
parent | a2559d4093725592a3fd5da8a4c7ac7c883115a0 (diff) | |
download | postgresql-86b222b09071d3918c5c55b164d22b2236d3f872.tar.gz postgresql-86b222b09071d3918c5c55b164d22b2236d3f872.zip |
doc: PG 14 relnotes fixes
Items related to logical replication attribution and BRIN indexes
Reported-by: Tomas Vondra, John Naylor
Discussion: https://postgr.es/m/0db66294-a668-2caa-2b5e-a8db60b30662@enterprisedb.com, CAFBsxsH21KnteYdk33F1oZu2O726NSD6_XBq51Tn0jytsA1AnA@mail.gmail.com
-rw-r--r-- | doc/src/sgml/release-14.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index 395f91176fb..a291f930172 100644 --- a/doc/src/sgml/release-14.sgml +++ b/doc/src/sgml/release-14.sgml @@ -976,8 +976,8 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org> </para> <para> - This allows bloom indexes to be used effectively with data that - is not physically localized in the heap. + This allows <acronym>BRIN</acronym> indexes to be used effectively + with data that is not physically localized in the heap. </para> </listitem> @@ -1962,8 +1962,8 @@ Author: Amit Kapila <akapila@postgresql.org> <para> Allow logical replication to stream long in-progress transactions - to subscribers (Tomas Vondra, Dilip Kumar, Amit Kapila, Ajin - Cherian, Nikhil Sontakke, Stas Kelvich) + to subscribers (Dilip Kumar, Amit Kapila, Ajin + Cherian, Tomas Vondra, Nikhil Sontakke, Stas Kelvich) </para> <para> |