We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd0acf commit 4f9a97eCopy full SHA for 4f9a97e
src/backend/executor/execProcnode.c
@@ -736,11 +736,7 @@ ExecEndNode(PlanState *node)
736
* ExecShutdownNode
737
*
738
* 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.
+ * and release any resources still held.
744
*/
745
bool
746
ExecShutdownNode(PlanState *node)
0 commit comments