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

release-22.2: tree: fix internal error comparing tuple type with non-tuple type #92717

Merged
merged 1 commit into from
Nov 30, 2022

Commits on Nov 29, 2022

  1. tree: fix internal error comparing tuple type with non-tuple type

    Fixes #91532
    
    This fixes comparison of an empty tuple expression, ROW() or (), or
    a non-empty tuple expression with a non-tuple type by returning
    an error message instead of an internal error.
    
    Release note (bug fix): This fixes an internal error when comparing
    a tuple type with a non-tuple type.
    Mark Sirek committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    d48a482 View commit details
    Browse the repository at this point in the history