mirror of https://github.com/citusdata/citus.git
Remove failing assertions
parent
11083b9987
commit
5022fc8301
|
@ -183,9 +183,6 @@ InitializeMaintenanceDaemonBackend(void)
|
|||
* itself. In that case, we clearly don't need to start another maintenance
|
||||
* daemon.
|
||||
*/
|
||||
Assert(found);
|
||||
Assert(dbData->workerPid == MyProcPid);
|
||||
|
||||
LWLockRelease(&MaintenanceDaemonControl->lock);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue