1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

doc: clarify logical decoding's deadlock of system tables

Reported-by: andyatkinson@gmail.com

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

Backpatch-through: master
This commit is contained in:
Bruce Momjian
2023-10-27 11:35:47 -04:00
parent 1ce00efe3c
commit 16ace6f745

View File

@ -1197,9 +1197,8 @@ OutputPluginWrite(ctx, true);
</listitem> </listitem>
</itemizedlist> </itemizedlist>
Note that these commands that can cause deadlock apply to not only explicitly Note that these commands can cause deadlocks not only for the system
indicated system catalog tables above but also to any other [user] catalog catalog tables listed above but for other catalog tables.
table.
</para> </para>
</sect2> </sect2>
</sect1> </sect1>