We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba10eae commit 32b16d4Copy full SHA for 32b16d4
src/backend/executor/execProcnode.c
@@ -721,11 +721,7 @@ ExecEndNode(PlanState *node)
721
* ExecShutdownNode
722
*
723
* Give execution nodes a chance to stop asynchronous resource consumption
724
- * and release any resources still held. Currently, this is only used for
725
- * parallel query, but we might want to extend it to other cases also (e.g.
726
- * FDW). We might also want to call it sooner, as soon as it's evident that
727
- * no more rows will be needed (e.g. when a Limit is filled) rather than only
728
- * at the end of ExecutorRun.
+ * and release any resources still held.
729
*/
730
bool
731
ExecShutdownNode(PlanState *node)
0 commit comments