]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo in parallel.c.
authorMasahiko Sawada <msawada@postgresql.org>
Mon, 5 Jan 2026 18:16:28 +0000 (10:16 -0800)
committerMasahiko Sawada <msawada@postgresql.org>
Mon, 5 Jan 2026 18:16:28 +0000 (10:16 -0800)
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

src/backend/access/transam/parallel.c

index 4d9b4a3c032ec227f1a1f02fc8964a80c58974af..01a89104ef07d5af7e8074a08784b6d5987aeb2b 100644 (file)
@@ -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.
                                 */
                        }