doc: PG 14 relnotes, improve cache invalidation wording
authorBruce Momjian
Wed, 29 Sep 2021 14:27:53 +0000 (10:27 -0400)
committerBruce Momjian
Wed, 29 Sep 2021 14:27:53 +0000 (10:27 -0400)
Reported-by: Simon Riggs (privately)
Backpatch-through: 14 only

doc/src/sgml/release-14.sgml

index 76a41155d1e3b765c537b6d93f0350d841b2381a..c33f77c2901563734a75ac96c1bef91512c5c729 100644 (file)
@@ -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.