postgresql/doc
Amit Kapila 5a456034b8 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
2021-06-17 10:59:11 +05:30
..
src Document a few caveats in synchronous logical replication. 2021-06-17 10:59:11 +05:30
bug.template Stamp 11.12. 2021-05-10 16:45:49 -04:00
KNOWN_BUGS
Makefile
MISSING_FEATURES
TODO