Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit76568d3

Browse files
committed
Fix incorrect function name in comment.
Amit Langote
1 parente72059f commit76568d3

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)

[8]ページ先頭

©2009-2025 Movatter.jp