Skip to content

Commit 76568d3

Browse files
committed
Fix incorrect function name in comment.
Amit Langote
1 parent e72059f commit 76568d3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/backend/executor/execParallel.c

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -742,10 +742,11 @@ ExecParallelInitializeWorker(PlanState *planstate, shm_toc *toc)
742742
/*
743743
* Main entrypoint for parallel query worker processes.
744744
*
745-
* We reach this function from ParallelMain, so the setup necessary to create
746-
* a sensible parallel environment has already been done; ParallelMain worries
747-
* about stuff like the transaction state, combo CID mappings, and GUC values,
748-
* so we don't need to deal with any of that here.
745+
* We reach this function from ParallelWorkerMain, so the setup necessary to
746+
* create a sensible parallel environment has already been done;
747+
* ParallelWorkerMain worries about stuff like the transaction state, combo
748+
* CID mappings, and GUC values, so we don't need to deal with any of that
749+
* here.
749750
*
750751
* Our job is to deal with concerns specific to the executor. The parallel
751752
* group leader will have stored a serialized PlannedStmt, and it's our job

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy