-
Notifications
You must be signed in to change notification settings - Fork 891
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
PG16: Prohibit use of multi-node #6190
PG16: Prohibit use of multi-node #6190
Conversation
ec5effa
to
a437ddd
Compare
Codecov Report
@@ Coverage Diff @@
## main #6190 +/- ##
===========================================
- Coverage 81.47% 65.03% -16.44%
===========================================
Files 246 246
Lines 56985 56949 -36
Branches 12629 12620 -9
===========================================
- Hits 46426 37038 -9388
- Misses 8176 18038 +9862
+ Partials 2383 1873 -510
... and 91 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
a437ddd
to
52a0e99
Compare
@mkindahl, @antekresic: please review this pull request.
|
52a0e99
to
d07c7b8
Compare
Sorry, what now? TimescaleDB is dropping multi node support? Is there any more info on that? 😮 |
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.
IMHO, we should not remove features in minor releases and this is effectively an API-breaking change. We should deprecate the feature and the actual removal (and API-breaking change) is sometimes in the future.
To speed up the release of support for PG16, we are not going to support multi-node when run on PG16. |
4b28cc0
to
b9b6434
Compare
27ba58a
to
909aead
Compare
18a5eb3
to
28cc4de
Compare
275128c
to
22dd9cc
Compare
Since multi-node is not supported on PG16, add errors to multi-node functions when run on this PostgreSQL version.
22dd9cc
to
9d680ef
Compare
Since multi-node is not supported on PG16, add errors to multi-node functions when run on this PostgreSQL version.
Disable-check: force-changelog-file