forked from huawei/openGauss-server
update src/gausskernel/process/postmaster/twophasecleaner.cpp.
This commit is contained in:
parent
2f0096bbf4
commit
47a29a6549
|
|
@ -598,7 +598,6 @@ static void AddActiveBackendInfo(ActiveBackendInfo** activeBackednList,
|
|||
tempActiveBackend->next = (*activeBackednList)->next;
|
||||
(*activeBackednList)->next = tempActiveBackend;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static void GetActiveBackendList(PGconn* conn, ActiveBackendInfo** activeBackendList)
|
||||
|
|
|
|||
Loading…
Reference in New Issue