• N
    ic-proxy: classify peer addresses · 854c4b84
    Ning Yu 提交于
    The peer addresses are specified with the GUC
    gp_interconnect_proxy_addresses, it can be reloaded on SIGHUP, we used
    to only care about the newly added ones, however it is also possible for
    the user to modify them, or even remove some of them.
    
    So now we add the logic to classify the addresses after parsing the GUC,
    we can tell whether an address is added, removed, or modified.
    
    The handling of the classified addresses will be done in the next
    commit.
    854c4b84
ic_proxy_addr.c 10.0 KB