Skip to content

Commit

Permalink
Process 'T_CustomScanState' in ExecSquelchNode (apache#768)
Browse files Browse the repository at this point in the history
'T_CustomScanState' is not handled in ExecSquelchNode, just add it.
  • Loading branch information
fanfuxiaoran authored Dec 19, 2024
1 parent 28eb91a commit f2afaad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/executor/execAmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ ExecSquelchNode(PlanState *node, bool force)
case T_GatherState:
case T_GatherMergeState:
case T_NamedTuplestoreScanState:
case T_CustomScanState:
node->squelched = true;
break;

Expand Down

0 comments on commit f2afaad

Please sign in to comment.