• Heikki Linnakangas's avatar
    Reset error message at PQreset() · 8f8314b5
    Heikki Linnakangas authored
    If you call PQreset() repeatedly, and the connection cannot be
    re-established, the error messages from the failed connection attempts
    kept accumulating in the error string.
    
    Fixes bug #11455 reported by Caleb Epstein. Backpatch to all supported
    versions.
    8f8314b5
fe-connect.c 140 KB