Skip to content

Commit 92f972f

Browse files
rafsun42panosfol
andauthored
Removed unnecessary assignment (#1190)
Original work was done by Panagiotis Foliadis in PR #1035. Co-authored-by: Panagiotis Foliadis <[email protected]>
1 parent 24a62c4 commit 92f972f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/backend/parser/cypher_clause.c

-4
Original file line numberDiff line numberDiff line change
@@ -4389,10 +4389,6 @@ static Node *make_qual(cypher_parsestate *cpstate,
43894389
char *entity_name;
43904390
ColumnRef *cr = makeNode(ColumnRef);
43914391

4392-
// cast graphid to agtype
4393-
qualified_name = list_make2(makeString("ag_catalog"),
4394-
makeString("graphid_to_agtype"));
4395-
43964392
if (entity->type == ENT_EDGE)
43974393
{
43984394
entity_name = entity->entity.node->name;

0 commit comments

Comments
 (0)