-
Notifications
You must be signed in to change notification settings - Fork 61
PG-1900 Remove compatibility with PG-12 #558
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
Conversation
5e5feb5
to
5c7b9ee
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #558 +/- ##
==========================================
+ Coverage 84.89% 85.12% +0.22%
==========================================
Files 3 3
Lines 1311 1311
Branches 207 207
==========================================
+ Hits 1113 1116 +3
+ Misses 95 94 -1
+ Partials 103 101 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f7ef146
to
52afc22
Compare
I think the commit message should clarify why we need to update the extension version to drop the pg12 support. |
PG-12 reached EOL one year ago, so we can cleanup compatibiliby code for that version and remove related CI workflows. This change requires migration script to remove pgsm_create_11_view SQL function and as a result it requires extension version bump.
52afc22
to
2907b4e
Compare
Added |
PG-12
reached EOL one year ago, so we can cleanup compatibiliby code for that version and remove related CI workflows.PG-1900
Description
Links
Docs update: percona/pgsm-docs#76