-
Notifications
You must be signed in to change notification settings - Fork 94
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
Inital commit for Babelfish v2.12 #3051
Inital commit for Babelfish v2.12 #3051
Conversation
This commit contains the following changes: - Add version info and upgrade test for 14.14. - Add upgrade schedule file for 14.14. - Update T-SQL extension version to 2.12.0 and add babelfishpg_tsql--2.11.0--2.12.0.sql upgrade script. Signed-off-by: Sharu Goel <[email protected]>
CALL sys.analyze_babelfish_catalogs(); | ||
|
||
-- Reset search_path to not affect any subsequent scripts | ||
SELECT set_config('search_path', trim(leading 'sys, ' from current_setting('search_path')), false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: newline
@@ -2,6 +2,6 @@ | |||
# places during the build process | |||
|
|||
PGTSQL_MAJOR_VERSION=2 | |||
PGTSQL_MINOR_VERSION=11 | |||
PGTSQL_MINOR_VERSION=12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also update babelfish_version.h
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we expecting SQL changes to be backpatched to 14? We should confirm this first, otherwise no need to have an empty upgrade script.
d47d57d
into
babelfish-for-postgresql:BABEL_2_X_DEV
This commit contains the following changes:
Signed-off-by: Sharu Goel [email protected]
Check List
By submitting this pull request, I confirm that my contribution is under the terms of the Apache 2.0 and PostgreSQL licenses, and grant any person obtaining a copy of the contribution permission to relicense all or a portion of my contribution to the PostgreSQL License solely to contribute all or a portion of my contribution to the PostgreSQL open source project.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.