Skip to content

Commit

Permalink
Removed unnecessary assignment (apache#1185)
Browse files Browse the repository at this point in the history
Original work was done by Panagiotis Foliadis in PR apache#1035.

Co-authored-by: Panagiotis Foliadis <pfoliadis@hotmail.com>
  • Loading branch information
2 people authored and Zainab-Saad committed Mar 6, 2024
1 parent d2794e0 commit 4fef073
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/backend/parser/cypher_clause.c
Original file line number Diff line number Diff line change
Expand Up @@ -4389,10 +4389,6 @@ static Node *make_qual(cypher_parsestate *cpstate,
char *entity_name;
ColumnRef *cr = makeNode(ColumnRef);

// cast graphid to agtype
qualified_name = list_make2(makeString("ag_catalog"),
makeString("graphid_to_agtype"));

if (entity->type == ENT_EDGE)
{
entity_name = entity->entity.node->name;
Expand Down

0 comments on commit 4fef073

Please sign in to comment.