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

sql: remove dead interleave code #70618

Merged
merged 2 commits into from Nov 4, 2021

Commits on Nov 3, 2021

  1. sql: remove dead interleave code

    In the previous release, we disabled interleaved tables and indexes.
    Therefore, at this point in time, all code pertaining to this feature is
    effectively dead. This commit removes a lot of it by removing the
    catalog methods and their callers.
    
    The remaining dead code is now located in the SQL grammar definition and
    the plan nodes, and is removed in the subsequent commit.
    
    Release note: None
    postamar committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    e800d74 View commit details
    Browse the repository at this point in the history
  2. sql: remove INTERLEAVE IN PARENT from grammar

    This commit follows up on the previous one by removing INTERLEAVE
    clauses from the SQL grammar itself.
    
    Release note (sql change): Removed INTERLEAVE IN PARENT.
    postamar committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    4c0a5c7 View commit details
    Browse the repository at this point in the history