Re: [BUGS] BUG #1569: Threads don't see ecpg default connection

2005-05-08 Thread Gavin Scott
On Sat, 2005-05-07 at 12:37 -0400, Bruce Momjian wrote: > Are you still seeing a failure in ecpg? I ran your test here and got: > > got id = 0 > got id = 0 > got id = 0 > got id = 0 > got id = 0 > > This is with thread safety enabled and CVS HEAD, which matches 8.0.

Re: [BUGS] BUG #1569: Threads don't see ecpg default connection

2005-05-08 Thread Michael Meskes
On Sat, May 07, 2005 at 12:37:24PM -0400, Bruce Momjian wrote: > Are you still seeing a failure in ecpg? I ran your test here and got: > ... Bruce, this is fixed AFAIK. I just never saw the original post on -bugs and thus did not answer there either. Michael -- Michael Meskes Email: Michael a

Re: [BUGS] BUG #1569: Threads don't see ecpg default connection

2005-05-07 Thread Bruce Momjian
Are you still seeing a failure in ecpg? I ran your test here and got: got id = 0 got id = 0 got id = 0 got id = 0 got id = 0 This is with thread safety enabled and CVS HEAD, which matches 8.0.X. ---

[BUGS] BUG #1569: Threads don't see ecpg default connection

2005-04-02 Thread Gavin Scott
The following bug has been logged online: Bug reference: 1569 Logged by: Gavin Scott Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.1 Operating system: Fedora Core 3 Description:Threads don't see ecpg default connection Details: When using postgresql 8.0 c