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 Issue 1305 - drop_label NULL cases (#1306) #1325

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

jrgemignani
Copy link
Contributor

Fixed issue 1305 where drop_label doesn't cover the case of rel_name coming back NULL, meaning it wasn't found.

Additionally, added a fix for when the schema_name isn't found from the namespace id search.

Added regression tests.

@github-actions github-actions bot added the PG12 PostgreSQL12 label Oct 27, 2023
Fixed issue 1305 where drop_label doesn't cover the case of rel_name
coming back NULL, meaning it wasn't found.

Additionally, added a fix for when the schema_name isn't found from
the namespace id search.

Added regression tests
@MuhammadTahaNaveed MuhammadTahaNaveed merged commit 05888e6 into apache:PG12 Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PG12 PostgreSQL12
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants