summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2021-06-17 11:44:35 +0530
committerAmit Kapila <akapila@postgresql.org>2021-06-17 11:44:35 +0530
commitacdb523cb642e190e55719b8e4769a99fc767606 (patch)
tree3a2062b988b9175df4301cfdcdc138c2fbc247db /src
parent484c81bf7765862a02a2866466b140a097e36c8c (diff)
Document a few caveats in synchronous logical replication.
In a synchronous logical setup, locking [user] catalog tables can cause deadlock. This is because logical decoding of transactions can lock catalog tables to access them so exclusively locking those in transactions can lead to deadlock. To avoid this users must refrain from having exclusive locks on catalog tables. Author: Takamichi Osumi Reviewed-by: Vignesh C, Amit Kapila Backpatch-through: 9.6 Discussion: https://www.postgresql.org/message-id/20210222222847.tpnb6eg3yiykzpky%40alap3.anarazel.de
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions