pg19 - Restore tdigest aggregate test plan intent - #8681
Open
ihalatci wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 242038e7-c2b1-4341-b25d-a9f69a4e9981
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## pg19-support #8681 +/- ##
=============================================
Coverage 88.79% 88.80%
=============================================
Files 288 288
Lines 64416 64416
Branches 8101 8102 +1
=============================================
+ Hits 57201 57205 +4
+ Misses 4877 4874 -3
+ Partials 2338 2337 -1 🚀 New features to boost your workflow:
|
ihalatci
marked this pull request as ready for review
July 17, 2026 11:53
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.
Summary
citus.allow_aggregate_worker_combine_on_internal_typesintdigest_aggregate_supportso the regression test continues to assert tdigest-specific distributed plan shapes instead of the generic internal-state worker-combine path_0/_1alternatives with the newSETecho_0covers extension-absent output and_1covers accepted tdigest result-value variationDETAILthrough the normalization already present on the refreshedpg19-supportbase (ca86a5d95); a separate_2alternative was validated during development but removed because that base normalization makes it redundant and unreachableValidation
-Werrorbuilds: PostgreSQL 17.10, 18.4, and 19 Beta 2tdigest_aggregate_supportschedule with tdigest installed: passed on PostgreSQL 17.10, 18.4, and 19 Beta 2_0; PostgreSQL 19 Beta 2's rawDETAILnormalized and matched_0make check-stylegit diff --checkCloses #8667