chenjinbao1989 commented on code in PR #1823:
URL: https://github.com/apache/cloudberry/pull/1823#discussion_r3455600464


##########
src/backend/executor/execAmi.c:
##########
@@ -226,7 +226,6 @@ ExecReScan(PlanState *node)
                        break;
 
                case T_DynamicIndexScanState:
-               case T_DynamicIndexOnlyScanState:

Review Comment:
   In fact, there is no such struct named DynamicIndexOnlyScanState. I suppose 
this is a legacy issue, and we can just take this opportunity to remove it by 
the auto-generated NodeTag feature.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to