Smyatkin-Maxim commented on code in PR #1879: URL: https://github.com/apache/cloudberry/pull/1879#discussion_r3756509448
########## src/backend/cdb/dispatcher/cdbdisp_query.c: ########## @@ -1654,6 +1654,14 @@ getExecParamsToDispatch(PlannedStmt *stmt, ParamExecData *intPrm) * This list is input to the function findParamType(), which loops over the * list looking for a specific paramid, and returns its type. */ +static bool +param_walker(Node *node, ParamWalkerContext *context); +static bool Review Comment: nit: missing new line or is it intentional? Similar with other walker adapters below. -- 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]
