Skip to content

Commit

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

Co-authored-by: Panagiotis Foliadis <pfoliadis@hotmail.com>
  • Loading branch information
rafsun42 and panosfol committed Aug 25, 2023
1 parent 34222fd commit f1d0293
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 @@ -4337,10 +4337,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 f1d0293

Please sign in to comment.