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

PG17 compatibility: add/fix tests with correlated subqueries that can be pulled to a join #7745

Merged
merged 1 commit into from
Nov 20, 2024

Commits on Nov 20, 2024

  1. Fix Test Failure in subquery_in_where, set_operations, dml_recursive …

    …in PG17 (#7741)
    
    Change the queries causing the test failures so that the ANY subquery
    cannot be pulled up to a join, preserving the expected output of the test.
    
    Add pg17 regress test for correlated ANY subqueries that can be folded
    to a join in pg17, and for testing other pg17 features as required.
    colm-mchugh committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    60b9ff7 View commit details
    Browse the repository at this point in the history