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
|
* itself. In that case, we clearly don't need to start another maintenance
|
||||||
* daemon.
|
* daemon.
|
||||||
*/
|
*/
|
||||||
Assert(found);
|
|
||||||
Assert(dbData->workerPid == MyProcPid);
|
|
||||||
|
|
||||||
LWLockRelease(&MaintenanceDaemonControl->lock);
|
LWLockRelease(&MaintenanceDaemonControl->lock);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue