Skip to content

Commit

Permalink
doc: clarify logical decoding's deadlock of system tables
Browse files Browse the repository at this point in the history
Reported-by: andyatkinson@gmail.com

Discussion: https://postgr.es/m/166631875298.630.2861049399528658047@wrigleys.postgresql.org

Backpatch-through: master
  • Loading branch information
bmomjian committed Oct 27, 2023
1 parent 1ce00ef commit 16ace6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/src/sgml/logicaldecoding.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -1197,9 +1197,8 @@ OutputPluginWrite(ctx, true);
</listitem>
</itemizedlist>

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.
</para>
</sect2>
</sect1>
Expand Down

0 comments on commit 16ace6f

Please sign in to comment.