• Tom Lane's avatar
    Fix missing PQclear() in libpqrcv_endstreaming(). · 4f38a281
    Tom Lane authored
    This omission leaked one PGresult per WAL streaming cycle, which possibly
    would never be enough to notice in the real world, but it's still a leak.
    
    Per Coverity.  Back-patch to 9.3 where the error was introduced.
    4f38a281
libpqwalreceiver.c 14.7 KB