Re: deadlock on declarative partitioned table (11.3)

2019-09-17 Thread Kevin Wilkinson
disregard. problem found. i was locking the wrong table. On 9/16/2019 11:10 AM, Kevin Wilkinson wrote: on linux, pg11.3, i have a (declarative) partitioned table with a deadlock that i do not understand. one process does a copy to the partitioned table. another process is executing a jdbc batch

deadlock on declarative partitioned table (11.3)

2019-09-16 Thread Kevin Wilkinson
on linux, pg11.3, i have a (declarative) partitioned table with a deadlock that i do not understand. one process does a copy to the partitioned table. another process is executing a jdbc batch of commands to "atomically" replace one of the table partitions. it has the following commands (autoco