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

Disallow MergeAppend optimizations when there is an OSM chunk #5519

Merged

Commits on Apr 3, 2023

  1. Fix OSM chunks exclusion from append paths

    OSM chunks have their own fdw_private which conflicts with checks in
    the MergeAppend code path causing segfaults. This commit fixes this by
    returning early when there is an OSM chunk in the MergeAppendPath.
    zilder committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    04c903b View commit details
    Browse the repository at this point in the history