mirror of https://github.com/citusdata/citus.git
Fix block detection
parent
890d96d12f
commit
5314b53068
|
@ -36,7 +36,6 @@ RETURNS boolean AS $$
|
|||
citus_pid_for_gpid(blocking_global_pid) in (
|
||||
select * from unnest(pInterestingPids)
|
||||
)
|
||||
OR citus_pid_for_gpid(blocking_global_pid) = workerProcessId
|
||||
)
|
||||
);
|
||||
END;
|
||||
|
|
Loading…
Reference in New Issue