Advertisement
Guest User

Untitled

a guest
May 21st, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-05-21 20:48:58.034 UTC [733] ERROR:  deadlock detected
  2. 2019-05-21 20:48:58.034 UTC [733] DETAIL:  Process 733 waits for ShareLock on transaction 385808; blocked by process 729.
  3.     Process 729 waits for ShareLock on transaction 385809; blocked by process 733.
  4.     Process 733: insert into region_type (type_region, label_region, label_region_translate) values (UPPER('ОБЛАСТЬ'), UPPER('НОВОСИБИРСКАЯ'), 'novosibirskaya') on conflict do nothing
  5.     Process 729: insert into city_type (type_city, labe_city, label_city_translate) VALUES (UPPER('ГОРОД'), UPPER('НОВОСИБИРСК'), 'novosibirsk') on conflict do nothing
  6. 2019-05-21 20:48:58.034 UTC [733] HINT:  See server log for query details.
  7. 2019-05-21 20:48:58.034 UTC [733] CONTEXT:  while inserting index tuple (0,35) in relation "region_type"
  8. 2019-05-21 20:48:58.034 UTC [733] STATEMENT:  insert into region_type (type_region, label_region, label_region_translate) values (UPPER('ОБЛАСТЬ'), UPPER('НОВОСИБИРСКАЯ'), 'novosibirskaya') on conflict do nothing
  9. 2019-05-21 20:48:58.036 UTC [733] ERROR:  current transaction is aborted, commands ignored until end of transaction block
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement