Re: [PATCHES] Minor PQclean additions in psql

2003-06-27 Thread Tom Lane
"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".)

[PATCHES] Minor PQclean additions in psql

2003-06-27 Thread Greg Sabino Mullane
-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