Re: Minor PQclean additions in psql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Minor PQclean additions in psql
Date: 2003-06-27 16:57:03
Message-ID: 5340.1056733023@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Greg Sabino Mullane" <greg(at)turnstep(dot)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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Böjthe Zoltán 2003-06-27 18:41:22 timetravel.c
Previous Message Darko Prenosil 2003-06-27 16:48:35 Re: .pot files are unavailable (?)