• Tom Lane's avatar
    Fix memory leakage introduced into print_aligned_text by 8.4 changes · 07be293a
    Tom Lane authored
    (failure to free col_lineptrs[] array elements) and exacerbated in the
    current devel cycle (failure to free "wrap").  This resulted in moderate
    bloat of psql over long script runs.  Noted while testing bug #5302,
    although what the reporter was complaining of was backend-side leakage.
    07be293a
print.c 57.6 KB