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

Fix Test Failure in subquery_in_where, set_operations in PG17 (#7741) #7745

Open
wants to merge 1 commit into
base: naisila/pg17_support
Choose a base branch
from

Commits on Nov 15, 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 folded to a join, preserving the expected output of the test.
    
    Add pg17 regress test for pg17 features.
    colm-mchugh committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7b7d2d0 View commit details
    Browse the repository at this point in the history