Re: ECPG: Update tests & memory leak fix

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Lee Kindness <lkindness(at)csl(dot)co(dot)uk>
Cc: pgsql-patches(at)postgresql(dot)org, Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
Subject: Re: ECPG: Update tests & memory leak fix
Date: 2004-03-08 17:50:52
Message-ID: 200403081750.i28HoqG24805@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


I need a context diff, diff -c.

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

Lee Kindness wrote:
> See attached diff which corrects a per-thread memory leak in libecpg and changes the thread test program to create a user defined number of threads. Also attached tar.gz adds an additional thread test, which currently does NOT work as expected and is one of the cases Shridar and I will be looking at (removing need for AT xxx on every EXEC SQL).
>
> Note, the updated test shows that ECPG currently DOES support the specification of connection names by host variables (not only static strings as I had said previously).
>
> Thanks, L.

[ Attachment, skipping... ]

[ Attachment, skipping... ]

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-03-08 17:52:03 Re: Update tests & memory leak fix
Previous Message John Gray 2004-03-08 12:41:41 Re: contrib/xml2 function name change and minor bitrot