jrgemignani commented on code in PR #2227:
URL: https://github.com/apache/age/pull/2227#discussion_r2400972545


##########
src/backend/parser/cypher_clause.c:
##########
@@ -3278,6 +3278,8 @@ static FuncCall 
*prevent_duplicate_edges(cypher_parsestate *cpstate,
     ListCell *lc;
     List *qualified_function_name;
     String *ag_catalog, *edge_fn;
+    bool is_vle_edge = false;
+    int nentities = list_length(entities);
 
     ag_catalog = makeString("ag_catalog");
     edge_fn = makeString("_ag_enforce_edge_uniqueness");

Review Comment:
   fixed



-- 
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]

Reply via email to