From: Bruce Momjian Date: Wed, 29 Sep 2021 14:27:53 +0000 (-0400) Subject: doc: PG 14 relnotes, improve cache invalidation wording X-Git-Tag: REL_14_1~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f2c75316b2b767a838aa9fefb6e4944ace34f23;p=thirdparty%2Fpostgresql.git doc: PG 14 relnotes, improve cache invalidation wording Reported-by: Simon Riggs (privately) Backpatch-through: 14 only --- diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index 76a41155d1e..c33f77c2901 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.