• Robert Haas's avatar
    Put back ssl_renegotiation_limit parameter, but only allow 0. · 84ef9c59
    Robert Haas authored
    Per a report from Shay Rojansky, Npgsql sends ssl_renegotiation_limit=0
    in the startup packet because it does not support renegotiation; other
    clients which have not attempted to support renegotiation might well
    behave similarly.  The recent removal of this parameter forces them to
    break compatibility with either current PostgreSQL versions, or
    previous ones.  Per discussion, the best solution is to accept the
    parameter but only allow a value of 0.
    
    Shay Rojansky, edited a little by me.
    84ef9c59
guc.c 257 KB