• N
    ic-proxy: support hostname as proxy addresses · 2a1794bc
    Ning Yu 提交于
    The GUC gp_interconnect_proxy_addresses is used to set the listener
    addresses and ports of all the proxy bgworkers, only IP addresses were
    supported previously, which is inconvenient to use.
    
    Now we add the support for hostnames too, the IP addresses are also
    supported.
    
    Note that if a hostname is bound to a different IP at runtime, we must
    reload the setting with the "gpstop -u" command.
    Reviewed-by: NHubert Zhang <hzhang@pivotal.io>
    2a1794bc
ic_proxy_main.c 14.0 KB