-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_graph_oid function declaration return type uint32 definition Oid #2027
Comments
… uint32 definition Oid, Make both return Oid
… uint32 definition Oid, Make both return Oid
… uint32 definition Oid, Make both return Oid
… uint32 definition Oid, Make both return Oid
get_graph_oid function declaration return type uint32 definition Oid Make both return Oid
… uint32 definition Oid, Make both return Oid
@MironAtHome If you are going to change the function return type, you need to verify that all locations that call it will not have an issue with that change. |
I did. |
@MironAtHome Just wanted to make sure. |
This issue is stale because it has been open 60 days with no activity. Remove "Abondoned" label or comment or this will be closed in 14 days. |
Describe the bug
A clear and concise description of what the bug is.
Code bug.
Different declaration and definition of the function return parameter type
How are you accessing AGE (Command line, driver, etc.)?
N/A
What data setup do we need to do?
N/A
What is the necessary configuration info needed?
N/A
What is the command that caused the error?
N/A
Expected behavior
N/A
Environment (please complete the following information):
branches checked, master and PG16
Additional context
Files, using GitHub UI for branch master as following
https://github.com/apache/age/blob/master/src/include/catalog/ag_graph.h
line #40
https://github.com/apache/age/blob/master/src/backend/catalog/ag_graph.c
line #143
The text was updated successfully, but these errors were encountered: