From: Masahiko Sawada Date: Mon, 5 Jan 2026 18:16:28 +0000 (-0800) Subject: Fix typo in parallel.c. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d351063e49ac79399338b3aa5b9da39cde746030;p=thirdparty%2Fpostgresql.git Fix typo in parallel.c. Author: kelan Reviewed-by: Chao Li Reviewed-by: Masahiko Sawada Discussion: https://postgr.es/m/tencent_38B5875E2D440C8DA8C0C022ABD999F9C207@qq.com --- diff --git a/src/backend/access/transam/parallel.c b/src/backend/access/transam/parallel.c index 4d9b4a3c032..01a89104ef0 100644 --- a/src/backend/access/transam/parallel.c +++ b/src/backend/access/transam/parallel.c @@ -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. */ }