Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4f9a97e

Browse files
author
Amit Kapila
committed
Adjust comment atop ExecShutdownNode.
After commits a315b96 and b805b63, part of the comment atop ExecShutdownNode is redundant. Adjust it. Author: Amit Kapila Backpatch-through: 10 where both the mentioned commits are present. Discussion: https://postgr.es/m/86137f17-1dfb-42f9-7421-82fd786b04a1@anayrat.info
1 parent 2cd0acf commit 4f9a97e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/backend/executor/execProcnode.c

+1-5
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)