doc: clarify logical decoding's deadlock of system tables
authorBruce Momjian
Fri, 27 Oct 2023 15:35:47 +0000 (11:35 -0400)
committerBruce Momjian
Fri, 27 Oct 2023 15:35:47 +0000 (11:35 -0400)
Reported-by: [email protected]
Discussion: https://postgr.es/m/166631875298.630.2861049399528658047@wrigleys.postgresql.org

Backpatch-through: master

doc/src/sgml/logicaldecoding.sgml

index 5af016cfa956e9fe99ccfd50f2af562e60ec041d..8067946a25d099061d7ba383958eae850522442e 100644 (file)
@@ -1197,9 +1197,8 @@ OutputPluginWrite(ctx, true);
       
      
 
-     Note that these commands that can cause deadlock apply to not only explicitly
-     indicated system catalog tables above but also to any other [user] catalog
-     table.
+     Note that these commands can cause deadlocks not only for the system
+     catalog tables listed above but for other catalog tables.