Bump PG minors for Citus 12.1 CI (14.24 / 15.19 / 16.15) - #243
Open
ibrahim halatci (ihalatci) wants to merge 1 commit into
Open
Bump PG minors for Citus 12.1 CI (14.24 / 15.19 / 16.15)#243ibrahim halatci (ihalatci) wants to merge 1 commit into
ibrahim halatci (ihalatci) wants to merge 1 commit into
Conversation
… / 16.15) PG14 14.19->14.24, PG15 15.14->15.19, PG16 16.13->16.15. This intentionally un-pins PG14/PG15, which 98d1a12 held back at 14.19/15.14 because the May-2026 coordinated set (14.23/15.18/16.14) crashed PostgreSQL's own vanilla select_parallel test. Re-testing against the August set to see whether that regression is gone. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Bumps the PostgreSQL minors used by the Citus 12.1 CI image line to the
latest 2026-08-14 releases:
All three are available on
apt.postgresql.orgfor bookworm(
14.24-1.pgdg12+2,15.19-1.pgdg12+2,16.15-1.pgdg12+2).Why this needs a CI look
This deliberately un-pins PG14 and PG15. Commit 98d1a12 held them back at
14.19 / 15.14 because the May-2026 coordinated minor set
(14.23 / 15.18 / 16.14) crashed PostgreSQL's own vanilla
select_paralleltest on all three majors, and only PG16 was moved forward (to 16.13).
The point of this PR is to re-test that against the August set. If
select_parallelstill crashes on PG14/PG15, the fallback is to keep thisline on the PG16-only bump (16.13 -> 16.15) and leave PG14/PG15 pinned.
The
build-test-imagesrun for this branch is green and published the devimage set as
image_suffix: -dev-b63fad9(e.g.
ghcr.io/citusdata/exttester:16.15-dev-b63fad9). Wire that suffix intothe Citus 12.1 test run to get the vanilla
select_parallelsignal — a greenimage build here only proves the minors install, not that the tests pass.
Base branch
The 12.1 line has no long-lived base branch in this repo, so this targets
bump-pg16-16.13-citus-12.1, which is the current tip of that line.Only
circleci/images/PG_VERSIONSis touched.Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com