Merge pull request #4561 from citusdata/fix-maintenance-daemon-crash

Remove failing assertions
pull/4574/head
Ahmet Gedemenli 2021-01-26 15:50:32 +03:00 committed by GitHub
commit 7952100f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 * 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;
} }