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

Remove duplicate find_em_expr_for_rel function #2425

Merged
merged 3 commits into from
Sep 21, 2020

Commits on Sep 20, 2020

  1. Remove duplicate find_em_expr_for_rel function

    The functions find_em_expr_for_rel and ts_find_em_expr_for_rel are
    identical. This patch removes find_em_expr_for_rel and changes all
    call-sites to use ts_find_em_expr_for_rel.
    svenklemm committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    55e2b79 View commit details
    Browse the repository at this point in the history
  2. Remove ts_dimension_info_create_open_interval_usec

    Remove ts_dimension_info_create_open_interval_usec function because
    it was no longer used. This patch also moves the add_dimension record
    attribute numbers into the c file because it does not need to be
    exported.
    svenklemm committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    63874e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Remove obsolete function definitions and macros

    During refactoring continuous aggregates some function defintions
    for functions that got removed were not removed from the header
    file. Additionally a few other header files had function definitions
    that no longer had an implementation or macros that were not used.
    svenklemm committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    4dcc791 View commit details
    Browse the repository at this point in the history