-
Notifications
You must be signed in to change notification settings - Fork 882
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 CI check for loader changes #6364
Conversation
f60d3b3
to
4150b1c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6364 +/- ##
==========================================
- Coverage 86.96% 82.42% -4.54%
==========================================
Files 249 249
Lines 58006 57960 -46
Branches 12918 12899 -19
==========================================
- Hits 50443 47772 -2671
- Misses 5172 6780 +1608
- Partials 2391 3408 +1017 ☔ View full report in Codecov by Sentry. |
21c7958
to
96c6c5a
Compare
@erimatnor, @antekresic: please review this pull request.
|
6baa861
to
99d7895
Compare
99d7895
to
0872beb
Compare
0872beb
to
152fe03
Compare
src/loader/loader.c
Outdated
// !!! LOADER CHANGE !!! | ||
|
||
/* |
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.
Remove before merging.
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.
Sure, it was just for illustration.
Changes in the loader code require a restart of PostgreSQL during upgrades. This check creates awareness of these changes and allows the coordination of the update process early.
152fe03
to
6011de1
Compare
Changes in the loader code require a restart of PostgreSQL during upgrades. This check creates awareness of these changes and allows the coordination of the update process early.
Disable-check: force-changelog-file