• D
    Avoid setting unused variables · f0fc32e6
    Daniel Gustafsson 提交于
    The range partition handling in get_part_rule() seemed to have some
    parts copypasted from the list handling, and subsequently ended up
    looking at and setting variables never to be read. Remove the unused
    code and also ensure to exit early in case we weren't called with
    the correct data.
    Reviewed-by: NGeorgios Kokolatos <gkokolatos@pivotal.io>
    f0fc32e6
cdbpartition.c 217.2 KB