Skip to content
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

Fix DockerHub warning messages for PG11_latest #1388

Merged

Conversation

jrgemignani
Copy link
Contributor

Fixed DockerHub warning messages for PG11_latest. One was due to an Assert statements that used a variable that was not used for anything else. I changed it to an if with error log output instead.

The other was due to a function returning with PG_RETURN_NULL() when it needed to return NULL instead. I updated the functions that used it to work appropriately.

Fixed DockerHub warning messages for PG11_latest. One was due to an
Assert statements that used a variable that was not used for anything
else. I changed it to an if with error log output instead.

The other was due to a function returning with PG_RETURN_NULL() when
it needed to return NULL instead. I updated the functions that used
it to work appropriately.
@github-actions github-actions bot added the PG11 PostgreSQL11 label Nov 9, 2023
@rafsun42 rafsun42 merged commit 639eae9 into apache:PG11 Nov 9, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PG11 PostgreSQL11
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants