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

Add dummy functions to allow restoring old dumps #1251

Merged

Conversation

timopollmeier
Copy link
Member

@timopollmeier timopollmeier commented Aug 13, 2020

Old database dumps can still contain references to SQL extension
functions that were changed from using the C library to PL/pgSQL.

Adding dummy functions to the library allows these to be restored
without error so they can be replaced by gvmd with the correct functions
later.

Checklist:

Old database dumps can still contain references to SQL extension
functions that were changed from using the C library to PL/pgSQL.

Adding dummy functions to the library allows these to be restored
without error so they can be replaced by gvmd with the correct functions
later.
@timopollmeier timopollmeier marked this pull request as ready for review August 13, 2020 14:47
mattmundell
mattmundell previously approved these changes Aug 17, 2020
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