mirror of https://github.com/citusdata/citus.git
[doc] wrong code comments for function PopUnassignedPlacementExecution (#8079)
Fixes #7621 DESCRIPTION: function comment correctionpull/8073/head
parent
3e2b6f61fa
commit
6b9962c0c0
|
|
@ -3804,7 +3804,7 @@ PopAssignedPlacementExecution(WorkerSession *session)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* PopAssignedPlacementExecution finds an executable task from the queue of assigned tasks.
|
* PopUnAssignedPlacementExecution finds an executable task from the queue of unassigned tasks.
|
||||||
*/
|
*/
|
||||||
static TaskPlacementExecution *
|
static TaskPlacementExecution *
|
||||||
PopUnassignedPlacementExecution(WorkerPool *workerPool)
|
PopUnassignedPlacementExecution(WorkerPool *workerPool)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue