Re: Deadlock while doing VACUUM and DROP

2018-10-24 Thread Tom Lane
Michal Merta writes: > I encountered deadlock during DROP TABLE statement: > 2018-10-23 14:49:55 CEST psql > ERROR: deadlock detected > 2018-10-23 14:49:55 CEST psql > DETAIL: Process 89171 waits for > AccessExclusiveLock on relation 17582 of database 16390; blocked by > process 50837. > Pr

Deadlock while doing VACUUM and DROP

2018-10-24 Thread Michal Merta
Hello everyone, I encountered deadlock during DROP TABLE statement: 2018-10-23 14:49:55 CEST psql > ERROR:  deadlock detected 2018-10-23 14:49:55 CEST psql > DETAIL:  Process 89171 waits for AccessExclusiveLock on relation 17582 of database 16390; blocked by process 50837.     Process 5083