Skip to content
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

Backport to 2.15.x: #6917: Block OR BoolExpr from pushdown #6952

Merged
merged 1 commit into from
May 26, 2024

Conversation

timescale-automation
Copy link

This is an automated backport of #6917: Block OR BoolExpr from pushdown.
The original issue is #6912.
This PR will be merged automatically after all the relevant CI checks pass. If this fix should not be backported, or will be backported manually, just close this PR. You can use the backport branch to add your changes, it won't be modified automatically anymore.

For more details, please see the documentation

Original description

Block OR BoolExpr from pushdown

RestrictInfo with OR need special handling which we currently do not do which can lead to segfaults in planner if unhandled.

Fixes #6912

@timescale-automation timescale-automation added the is-auto-backport PR created by backport automation label May 24, 2024
@timescale-automation timescale-automation enabled auto-merge (rebase) May 24, 2024 20:08
@fabriziomello fabriziomello force-pushed the backport/2.15.x/6917 branch 2 times, most recently from a2bc419 to 4e7f47b Compare May 25, 2024 20:49
@fabriziomello fabriziomello added this to the TimescaleDB 2.15.1 milestone May 25, 2024
RestrictInfo with OR need special handling which we currently do
not do which can lead to segfaults in planner if unhandled.

(cherry picked from commit 01924c7)
@timescale-automation timescale-automation merged commit 03d2300 into 2.15.x May 26, 2024
34 checks passed
@timescale-automation timescale-automation deleted the backport/2.15.x/6917 branch May 26, 2024 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is-auto-backport PR created by backport automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants