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

Remove Postgres NOTICE spew generated by DROP FUNCTION IF EXISTS #7911

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

elprans
Copy link
Member

@elprans elprans commented Oct 23, 2024

Use an explicit conditional when using DropFunction in various places
of bootstrap and for reflection cache functions. This makes it actually
possible to NOTICE postgres messages in bootstrap (pun intended). Equipped
with this new visibility fix the name of the indexes we place on
properties.

Use an explicit conditional when using `DropFunction` in various places
of bootstrap and for reflection cache functions.  This makes it actually
possible to NOTICE postgres messages in bootstrap (pun intended).  Equipped
with this new visibility fix the name of the indexes we place on
properties.
@elprans elprans requested a review from msullivan October 23, 2024 00:11
@elprans elprans merged commit 1074087 into master Oct 23, 2024
21 of 23 checks passed
@elprans elprans deleted the postgres-bootstrap-spew branch October 23, 2024 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants