emotionbug commented on a change in pull request #149:
URL: https://github.com/apache/incubator-age/pull/149#discussion_r768464897
##########
File path: src/backend/parser/cypher_clause.c
##########
@@ -2443,19 +2647,15 @@ static transform_entity
*transform_VLE_edge_entity(cypher_parsestate *cpstate,
TargetEntry *te = NULL;
RangeFunction *rf = NULL;
RangeTblEntry *rte = NULL;
- FuncCall *func = NULL;
Alias *alias = NULL;
Node *var = NULL;
transform_entity *vle_entity = NULL;
/* it better be a function call node */
Assert(IsA(rel->varlen, FuncCall));
- /* get the function */
- func = (FuncCall*)rel->varlen;
Review comment:
Sorry, I deleted it. When merging, inserted it due to a compilation
warning.
--
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]