"Greg Sabino Mullane" <[EMAIL PROTECTED]> writes:
> Missing calls to PQclear in large_obj.c and describe.c
Good catch -- applied. (I wonder though if it wouldn't be cleaner to
change describeOneTableDetails() so that all the PGresults are freed at
the bottom, rather than only "res".)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message
Missing calls to PQclear in large_obj.c and describe.c
Index: large_obj.c
===
RCS file: /projects/cvsroot/pgsql-server/src/bin/psq