deadlock
RU: deadlock (взаимоблокировка)
A cycle in the lock-wait graph where each transaction holds a resource another is waiting for, so none can proceed. PostgreSQL detects cycles after deadlock_timeout (default 1 s) and aborts one transaction; the correct application response is to retry the whole transaction.