Re: Update tests & memory leak fix

From: "Lee Kindness" <lkindness(at)csl(dot)co(dot)uk>
To: <pgsql-patches(at)postgresql(dot)org>
Cc: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Shridhar Daithankar" <shridhar(at)frodo(dot)hserus(dot)net>, "Lee Kindness" <lkindness(at)csl(dot)co(dot)uk>
Subject: Re: Update tests & memory leak fix
Date: 2004-03-06 15:46:01
Message-ID: 000c01c40392$221708e0$2b08a8c0@coulter
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Sorry guys, last diff wasn't a context one! "diff -c" attached this time
round...

L.

----- Original Message -----
From: Lee Kindness
To: pgsql-patches(at)postgresql(dot)org
Cc: Bruce Momjian ; Lee Kindness ; Shridhar Daithankar
Sent: Saturday, March 06, 2004 3:07 PM
Subject: ECPG: Update tests & memory leak fix

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 Content-Type Size
ecpg.diff application/octet-stream 8.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2004-03-07 01:33:59 minor doc work
Previous Message Lee Kindness 2004-03-06 15:07:14 ECPG: Update tests & memory leak fix