This is an automated email from the ASF dual-hosted git repository.

gfphoenix78 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


The following commit(s) were added to refs/heads/main by this push:
     new f2afaadadd Process 'T_CustomScanState' in ExecSquelchNode (#768)
f2afaadadd is described below

commit f2afaadadd10afd044d70cd153b07d05eeef4cc4
Author: Xiaoran Wang <[email protected]>
AuthorDate: Thu Dec 19 09:30:25 2024 +0800

    Process 'T_CustomScanState' in ExecSquelchNode (#768)
    
    'T_CustomScanState' is not handled in ExecSquelchNode, just add it.
---
 src/backend/executor/execAmi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/backend/executor/execAmi.c b/src/backend/executor/execAmi.c
index d14b19492b..c92c478178 100644
--- a/src/backend/executor/execAmi.c
+++ b/src/backend/executor/execAmi.c
@@ -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;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to