From 3715850ecc524544546e696bb0a7bbc44095d12a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 13 May 2022 11:50:24 -0400 Subject: [PATCH] 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 --- doc/src/sgml/release-15.sgml | 44 ++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 17 deletions(-) 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) +