jrgemignani opened a new pull request, #2336: URL: https://github.com/apache/age/pull/2336
Fixed an incorrect variable assignment, that was causing a warning message during compilation, on some compilers. The create_index_on_column function assigned InvalidOid, instead of NIL or NULL. - index_col->collation = InvalidOid; + index_col->collation = NIL; No regression tests were impacted. modified: src/backend/commands/label_commands.c -- 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]
