Bump PG versions to 17.7, 16.11#8355
Merged
Merged
Conversation
naisila
added a commit
to citusdata/the-process
that referenced
this pull request
Nov 21, 2025
Update to postgres versions: - 15.15 - 16.11 - 17.7 Sister PR citusdata/citus#8355
3389855 to
d2f4e15
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8355 +/- ##
=======================================
Coverage 88.74% 88.74%
=======================================
Files 287 287
Lines 63020 63020
Branches 7891 7891
=======================================
Hits 55925 55925
- Misses 4777 4780 +3
+ Partials 2318 2315 -3 🚀 New features to boost your workflow:
|
d2f4e15 to
161c68f
Compare
161c68f to
c235ae7
Compare
c235ae7 to
70be49d
Compare
ihalatci
approved these changes
Dec 15, 2025
| pg17_version: '{ "major": "17", "full": "17.6" }' | ||
| upgrade_pg_versions: "16.10-17.6" | ||
| sql_snapshot_pg_version: "17.7" | ||
| image_suffix: "-dev-64ddc65" |
Contributor
There was a problem hiding this comment.
I assume we will update this once the images are generated by the-process
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR bumps PG versions in CI tests and update some error messages in statistics based on the following commits of latest PG minors:
postgres/postgres@ab16418ee
postgres/postgres@f225473cb
postgres/postgres@f9b41f3e1
Sister PR citusdata/the-process#181