NJrslv commented on code in PR #1629:
URL: https://github.com/apache/cloudberry/pull/1629#discussion_r2980280711
##########
src/backend/tcop/pquery.c:
##########
@@ -127,6 +127,9 @@ CreateQueryDesc(PlannedStmt *plannedstmt,
if (Gp_role != GP_ROLE_EXECUTE)
increment_command_count();
+ /* null this field until set by YAGP Hooks collector */
+ qd->yagp_query_key = NULL;
Review Comment:
Rename yagp_query_key, in similar places too.
--
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]