jrgemignani commented on code in PR #1015:
URL: https://github.com/apache/age/pull/1015#discussion_r1254750151
##########
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:
This was a change from 11 to 12. I believe that it was done due to the graph
oid being used in a graphid. I will look into these.
--
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]