susano0 opened a new issue, #337:
URL: https://github.com/apache/age/issues/337
The name of the function:
```
RangeVar *get_label_range_var(char *graph_name, Oid graph_oid, char
*label_name)
```
in `ag_label.c` is misleading.
This function generates a new RangeVar pointer rather than returning the one
that was first generated when a label was created, I believe its name should be
changed to something like "`create_label_range_var`" or
"`generate_label_range_var`".
Also, the function `get_label_range_var` should be fixed to return the
correct pointer.
--
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]