aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsvector_parser.c
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2021-06-17 10:17:13 +0530
committerAmit Kapila <akapila@postgresql.org>2021-06-17 10:52:01 +0530
commit9f7bba2629cf3413638936d0376bb50403144332 (patch)
tree77bbbef92f73220774a20dbd13893f9cf1ffefa8 /src/backend/utils/adt/tsvector_parser.c
parentd03a41d1c860ffc97bda40a3673698d4044f5c88 (diff)
downloadpostgresql-9f7bba2629cf3413638936d0376bb50403144332.tar.gz
postgresql-9f7bba2629cf3413638936d0376bb50403144332.zip
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/backend/utils/adt/tsvector_parser.c')
0 files changed, 0 insertions, 0 deletions