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 (#7653): Fix test diffs in columnar schedule #7768

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

Commits on Nov 25, 2024

  1. PG17 regress sanity (#7653): Fix test diffs in columnar schedule

    Add an alternative file for columnar_paths. The diff is because of PG17 commit:
    postgres/postgres@f7816ae
    which enabled the planner to use statistics to estimate the cardinality
    of CTE scans.
    
    Add a helper function for columnnar_chunk_filtering. The diff is due to:
    postgres/postgres@fd0398fc
    which changed how subquery outputs appear in expressions.
    colm-mchugh committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    15b3bf0 View commit details
    Browse the repository at this point in the history