MironAtHome commented on issue #2027: URL: https://github.com/apache/age/issues/2027#issuecomment-2285022070
I did. The good part is that it's only declaration that had uint32. Function definition + all function calls ( I could find ) had return value declared as Oid. I don't want to bias someone looking at the code as code reviewer, so read next few lines with a grain of salt. When I looked over function calls, that is get_graph_oid function, all of the calls return to variable named graph_oid, all, save for one, where it's named "graph" and its type is declared as Oid, as well. This is true for branches master, 12, 13, 14, 15 and 16, branch 11, for some reason, had type declared, as Oid in function declaration ( header file ). In case I missed one or another ( and I checked a few times ), please add comment, I am happy to fix. -- 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: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org