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

Verify that pgx doesn't generate CREATE OR REPLACE FUNCTION #594

Merged
merged 1 commit into from
Oct 28, 2022

Conversation

syvb
Copy link
Member

@syvb syvb commented Oct 25, 2022

We don't need to replace CREATE OR REPLACE FUNCTION with CREATE FUNCTION anymore, since pgx now defaults to CREATE FUNCTION since 0.5.0. Now we can instead verify that the install script doesn't contain any function replacements.

@syvb
Copy link
Member Author

syvb commented Oct 28, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 28, 2022

Build succeeded:

@bors bors bot merged commit cbbca7b into main Oct 28, 2022
@bors bors bot deleted the sv/rm-create-replace branch October 28, 2022 13:02
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