Remove failing assertions

pull/4561/head
Ahmet Gedemenli 2021-01-22 17:09:15 +03:00
parent 11083b9987
commit 5022fc8301
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}