jrgemignani commented on code in PR #1015: URL: https://github.com/apache/age/pull/1015#discussion_r1254706044
########## src/backend/parser/cypher_clause.c: ########## @@ -270,9 +279,15 @@ static cypher_target_node *get_referenced_variable(ParseState *pstate, //call...[yield] static Query *transform_cypher_call_stmt(cypher_parsestate *cpstate, - cypher_clause *clause); + cypher_clause *clause); static Query *transform_cypher_call_subquery(cypher_parsestate *cpstate, - cypher_clause *clause); + cypher_clause *clause); + +//call...[yield] Review Comment: Weird that the compiler didn't flag that. -- 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]
