Re: Minor PQclean additions in psql - Mailing list pgsql-patches

From Tom Lane
Subject Re: Minor PQclean additions in psql
Date
Msg-id 5340.1056733023@sss.pgh.pa.us
Whole thread Raw
In response to Minor PQclean additions in psql  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-patches
"Greg Sabino Mullane" <greg@turnstep.com> 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".)

            regards, tom lane

pgsql-patches by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Minor PQclean additions in psql
Next
From: Michael Meskes
Date:
Subject: Re: %x, %g warnings