mirror of
https://github.com/postgres/postgres.git
synced 2026-01-26 09:41:40 +03:00
Fix typo in parallel.c.
Author: kelan <ke_lan1@qq.com> Reviewed-by: Chao Li <li.evan.chao@gmail.com> Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com> Discussion: https://postgr.es/m/tencent_38B5875E2D440C8DA8C0C022ABD999F9C207@qq.com
This commit is contained in:
@@ -884,7 +884,7 @@ WaitForParallelWorkersToFinish(ParallelContext *pcxt)
|
||||
* the worker writes messages and terminates after the
|
||||
* CHECK_FOR_INTERRUPTS() near the top of this function and
|
||||
* before the call to GetBackgroundWorkerPid(). In that case,
|
||||
* or latch should have been set as well and the right things
|
||||
* our latch should have been set as well and the right things
|
||||
* will happen on the next pass through the loop.
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user