• Magnus Hagander's avatar
    Check ssl_in_use flag when reporting statistics · 6a5c750f
    Magnus Hagander authored
    Previously we checked that the ssl pointer was not null, but this puts a
    requirement on there being such a pointer which may not be true in
    future multi-ssl-library supporting times. This seems to have been an
    oversight in 9029f4b3, but hasn't really had any effect since we only
    have one library.
    
    Author: Daniel Gustafsson
    6a5c750f
pgstat.c 180 KB