• F
    Fix pg_isready to handle conninfo properly. · 941c4ece
    Fujii Masao 提交于
    pg_isready displays the host name and the port number that it uses to connect
    to the server. So far, pg_isready didn't use the conninfo specified in -d option
    for calculating those host name and port number. This can lead to wrong display
    to a user. This commit changes pg_isready so that it uses the conninfo for that
    calculation.
    
    Original patch by Phil Sorber, modified by me.
    941c4ece
pg_isready.c 5.3 KB