mirror of https://github.com/citusdata/citus.git
remove redundant call to TerminateBackgroundWorker (#6307)
Remove redundant call to TerminateBackgroundWorker Discussion: https://github.com/citusdata/citus/pull/6296#discussion_r965926695pull/6148/head
parent
eadc88a800
commit
cc0eeea4c5
|
@ -479,7 +479,6 @@ CitusMaintenanceDaemonMain(Datum main_arg)
|
|||
{
|
||||
if (metadataSyncBgwHandle)
|
||||
{
|
||||
TerminateBackgroundWorker(metadataSyncBgwHandle);
|
||||
pfree(metadataSyncBgwHandle);
|
||||
metadataSyncBgwHandle = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue