Re: [PATCHES] ECPG - Remove need for "AT connection" when using threads

2004-03-15 Thread Michael Meskes
On Sun, Mar 14, 2004 at 09:11:27AM -0500, Bruce Momjian wrote: > > I just applied this patch and the last one. > > I assume you mean you applied: > > Update tests & memory leak fix > > and > > ECPG - Remove need for "AT connection" when using threads Yes. Sorry, should have said so

Re: [PATCHES] ECPG - Remove need for "AT connection" when using threads

2004-03-15 Thread Michael Meskes
On Sun, Mar 07, 2004 at 09:43:31PM -, Lee Kindness wrote: > Attached diff improves the handling of connections in ecpg when threading is > used. The "current connection" is now the last connection made/set for the I just applied this patch and the last one. Michael -- Michael Meskes Email: M

Re: [PATCHES] ECPG - Remove need for "AT connection" when using threads

2004-03-15 Thread Bruce Momjian
Patch applied. File added. Thanks. --- Lee Kindness wrote: Content-Description: message body text > The "cvs add" of test_thread_implicit.pgc seems to have been missed, > i've attached this again. > > Additionally I inc

Re: [PATCHES] ECPG - Remove need for "AT connection" when using threads

2004-03-15 Thread Lee Kindness
The "cvs add" of test_thread_implicit.pgc seems to have been missed, i've attached this again. Additionally I include a small patch to remove mutex locking when a DEFAULT/NULL connection is being retrieved. This is consistent with libpq. Thanks, L. Michael Meskes writes: > On Sun, Mar 14, 2004

Re: [PATCHES] ECPG - Remove need for "AT connection" when using threads

2004-03-14 Thread Bruce Momjian
Michael Meskes wrote: > On Sun, Mar 07, 2004 at 09:43:31PM -, Lee Kindness wrote: > > Attached diff improves the handling of connections in ecpg when threading is > > used. The "current connection" is now the last connection made/set for the > > I just applied this patch and the last one. I a

Re: [PATCHES] ECPG - Remove need for "AT connection" when using threads

2004-03-14 Thread Bruce Momjian
Patch applied by Michael. Thanks. --- Lee Kindness wrote: > Attached diff improves the handling of connections in ecpg when threading is > used. The "current connection" is now the last connection made/set for the > thread