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

Fix crash while tracking alter table commands #3462

Merged
merged 1 commit into from
Aug 5, 2021

Commits on Aug 5, 2021

  1. Fix crash while tracking alter table commands

    In this specific case, when we create a hypertable then
    we add a "not-null" constraint to the "time" column if it
    does not exist. That is done via an internal ALTER TABLE
    subcommand in dimension_add_not_null_on_column function. If the
    currentEventTriggerState structure is enabled then it's necessary to
    set up the command tracking appropriately, otherwise crash ensues. This
    has been fixed via this now.
    
    Includes test changes.
    nikkhils committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    783f5dc View commit details
    Browse the repository at this point in the history