Re: [HACKERS] Patch for psql.c - Mailing list pgsql-hackers

From Marc G. Fournier
Subject Re: [HACKERS] Patch for psql.c
Date
Msg-id 9a876381a29eef078c3588b54e589fe4
Whole thread Raw
In response to [HACKERS] Patch for psql.c  (Tymm Twillman <tymm@coe.missouri.edu>)
List pgsql-hackers
This patch has been bounced to pgsql-patches@postgresql.org, from where it
will be reviewed/applied



On Mon, 2 Jun 1997, Tymm Twillman wrote:

> Gets rid of memory leaks that occur during regression tests (well, except
> for a leak in SGI's NIS handling stuff :) )...
>
> If someone would look over this and verify it; I want to be sure that
> after a PQexec, no matter what the result (barring NULL), the result
> should be cleared;  I pulled individual PQclears out of a case statement
> and dropped them at the end (lines 579-595) so that the PQclear will be
> hit no matter which case is hit.  Still getting acquainted :)
>
> -Tymm
>

Marc G. Fournier                                 scrappy@hub.org
Systems Administrator @ hub.org              scrappy@freebsd.org

------------------------------

pgsql-hackers by date:

Previous
From: Massimo Dal Zotto
Date:
Subject: [HACKERS] trace package (for 970601)
Next
From: Igor
Date:
Subject: Re: [HACKERS] 6.1 progress