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 in 1-step integer policy creation #5912

Merged
merged 1 commit into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. Fix crash in 1-step integer policy creation

    Previously when a retention policy existed on the underlying hypertable,
    we would get a segmentation fault when trying to add a Cagg refresh
    policy, due to passing a bool instead of pointer to bool argument to
    function `ts_jsonb_get_int64_field` in a particular code path.
    Fixed by passing the expected pointer type.
    
    Fixes timescale#5907
    konskov committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    bdba699 View commit details
    Browse the repository at this point in the history