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

opt: don't report invalid PruneCols from WithScan #40937

Merged
merged 1 commit into from
Sep 20, 2019

Commits on Sep 20, 2019

  1. opt: don't report invalid PruneCols from WithScan

    Fixes cockroachdb#40930.
    
    This commit zeroes out the Rule field on the relational props copied
    from the With node. Follow-up for post branching will be to correctly
    prune the columns from the WithScan.
    
    Release note (bug fix): Fixed a stack overflow that could occur via use
    of WITH.
    
    Release justification: Category 2: Low risk and important bugfix.
    Justin Jaffray committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    488f8c4 View commit details
    Browse the repository at this point in the history