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

Commit4f9a97e

Browse files
author
Amit Kapila
committed
Adjust comment atop ExecShutdownNode.
After commitsa315b96 andb805b63, part of the comment atopExecShutdownNode is redundant. Adjust it.Author: Amit KapilaBackpatch-through: 10 where both the mentioned commits are present.Discussion:https://postgr.es/m/86137f17-1dfb-42f9-7421-82fd786b04a1@anayrat.info
1 parent2cd0acf commit4f9a97e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎src/backend/executor/execProcnode.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -736,11 +736,7 @@ ExecEndNode(PlanState *node)
736736
* ExecShutdownNode
737737
*
738738
* Give execution nodes a chance to stop asynchronous resource consumption
739-
* and release any resources still held. Currently, this is only used for
740-
* parallel query, but we might want to extend it to other cases also (e.g.
741-
* FDW). We might also want to call it sooner, as soon as it's evident that
742-
* no more rows will be needed (e.g. when a Limit is filled) rather than only
743-
* at the end of ExecutorRun.
739+
* and release any resources still held.
744740
*/
745741
bool
746742
ExecShutdownNode(PlanState*node)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp