From 4f2c75316b2b767a838aa9fefb6e4944ace34f23 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 29 Sep 2021 10:27:53 -0400 Subject: [PATCH] doc: PG 14 relnotes, improve cache invalidation wording Reported-by: Simon Riggs (privately) Backpatch-through: 14 only --- doc/src/sgml/release-14.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index 76a41155d1..c33f77c290 100644 --- a/doc/src/sgml/release-14.sgml +++ b/doc/src/sgml/release-14.sgml @@ -2116,15 +2116,15 @@ Author: Amit Kapila --> - Generate WAL invalidation messages during - command completion when using logical replication (Dilip Kumar, - Tomas Vondra, Amit Kapila) + Add cache invalidation messages to the WAL + during command completion when using logical replication (Dilip + Kumar, Tomas Vondra, Amit Kapila) - When logical replication is disabled, WAL - invalidation messages are generated at transaction completion. This allows logical streaming of in-progress transactions. + When logical replication is disabled, invalidation messages are + generated only at transaction completion.