Skip to content

Comments

Fix segfault in continuous aggregate creation on PG18#9303

Merged
svenklemm merged 1 commit intomainfrom
sven/cagg_segfault
Feb 23, 2026
Merged

Fix segfault in continuous aggregate creation on PG18#9303
svenklemm merged 1 commit intomainfrom
sven/cagg_segfault

Conversation

@svenklemm
Copy link
Member

When a continuous aggregate query had functionally dependant
columns that were not part of the GROUP BY clause the create
statement would segfault.

@svenklemm svenklemm requested a review from a team February 23, 2026 21:08
@github-actions
Copy link

@antekresic, @pnthao: please review this pull request.

Powered by pull-review

@svenklemm svenklemm added this to the v2.25.2 milestone Feb 23, 2026
@svenklemm svenklemm added the force-auto-backport Automatically backport this PR or fix of this issue, even if it's not marked as "bug" label Feb 23, 2026
When a continuous aggregate query had functionally dependant
columns that were not part of the GROUP BY clause the create
statement would segfault.
@svenklemm svenklemm merged commit 5773544 into main Feb 23, 2026
50 of 52 checks passed
@svenklemm svenklemm deleted the sven/cagg_segfault branch February 23, 2026 21:41
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backported-2.25.x force-auto-backport Automatically backport this PR or fix of this issue, even if it's not marked as "bug"

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants