rafsun42 commented on code in PR #1015:
URL: https://github.com/apache/age/pull/1015#discussion_r1254644626
##########
src/backend/utils/adt/agtype.c:
##########
@@ -4783,7 +4793,7 @@ Datum age_startnode(PG_FUNCTION_ARGS)
agtype_value *agtv_value = NULL;
char *graph_name = NULL;
char *label_name = NULL;
- graphid graph_id;
+ graphid graph_oid;
Review Comment:
Shouldn't it be 'graph_id'? Since the type `graphid` is not actually a
postgres oid, rather age vertex\edge ID?
--
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]