You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-13 01:00:23 +02:00
Rename lstRemove() to lstRemoveIdx().
This works better with the names of upcoming functions and seems sensible even in isolation.
This commit is contained in:
@ -253,7 +253,7 @@ protocolParallelResult(ProtocolParallel *this)
|
||||
if (protocolParallelJobState(job) == protocolParallelJobStateDone)
|
||||
{
|
||||
result = protocolParallelJobMove(job, memContextCurrent());
|
||||
lstRemove(this->jobList, jobIdx);
|
||||
lstRemoveIdx(this->jobList, jobIdx);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user