From: Bruce Momjian Date: Fri, 13 May 2022 15:50:24 +0000 (-0400) Subject: relnotes: add null logical replication item X-Git-Tag: REL_15_BETA1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3715850ecc524544546e696bb0a7bbc44095d12a;p=thirdparty%2Fpostgresql.git relnotes: add null logical replication item Also move system view item to logical replication, mention "infinite _error_ loops". Reported-by: Euler Taveira, Takamichi Osumi, Amit Langote Discussion: https://postgr.es/m/21e8ef3b-6ffb-49d8-867f-4622a4dffcf3@www.fastmail.com --- diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index 79bffcbbbf6..d18a4821ae6 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -568,17 +568,6 @@ Previously, such updates ran delete actions on the source partition and insert a - - - - -Remove incorrect duplicate partitions in system view pg_publication_tables (Hou Zhijie) - - - + + + +Prevent logical replication of empty transactions (Ajin Cherian, Hou Zhijie, Euler Taveira) + + + +Previously, write transactions would send empty transactions to subscribers if subscribed tables were not modified. + + + - + + + +Remove incorrect duplicate partitions in system view pg_publication_tables (Hou Zhijie) +