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

Small decompress_chunk refactor #5244

Merged
merged 2 commits into from
Jan 30, 2023

Commits on Jan 30, 2023

  1. Small decompress_chunk refactor

    Refactor the decompression code to move the decompressor
    initialization into a separate function.
    svenklemm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    43ecec4 View commit details
    Browse the repository at this point in the history
  2. Rename variable in ts_chunk_dispatch_get_chunk_insert_state

    The variable new_chunk was misleading since the chunk could be
    either a new chunk or an existing chunk.
    svenklemm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    4e837b0 View commit details
    Browse the repository at this point in the history