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 helper function for EXPLAIN diffs in scalar subquery output #7757

Merged
merged 1 commit into from
Nov 21, 2024

Commits on Nov 21, 2024

  1. PG17 changed how the output of a scalar subquery appears in EXPLAIN.

    The relevant PG commit is:
    https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=fd0398fcb
    
    This commit changes impacted regress goldfiles to the PG17 format, and
    adds a helper function to covert pre-PG17 plans to the PG17 format.
    The conversion is required when pgversoin < 17. It can and should be
    removed when 17 becomes the minimum supported version.
    colm-mchugh committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    630916a View commit details
    Browse the repository at this point in the history