Re: [BUGS] statement stuck when the connection grew up to 45 or more

2006-06-14 Thread kah_hang_ang
"Jan Cruz" > <[EMAIL PROTECTED]> To: "Qingqing Zhou" <[EMAIL PROTECTED]> > Sent by: cc: pgsql-bugs@postgresql.org > [EMAIL PROTECTED]Subject: Re:

Re: [BUGS] statement stuck when the connection grew up to 45 or more

2006-06-09 Thread Jim C. Nasby
> Sent by:cc: > pgsql-bugs@postgresql.org > [EMAIL PROTECTED]

Re: [BUGS] statement stuck when the connection grew up to 45 or more

2006-06-09 Thread kah_hang_ang
Sent by:cc: pgsql-bugs@postgresql.org [EMAIL PROTECTED] Subject: Re: [BUGS] statement stuck when the connection grew up to 45 or more

Re: [BUGS] statement stuck when the connection grew up to 45 or more

2006-06-02 Thread Jan Cruz
This is the statement which having problem:      select count(distinct empno) as counter1 from pay_master_history            where empno in (select empno from pay_batch_basic_history whereorganizationid like '015003%')      and processyear = '2006'      and processmonth = '05'      and processbatc

Re: [BUGS] statement stuck when the connection grew up to 45 or more

2006-06-01 Thread Qingqing Zhou
<[EMAIL PROTECTED]> wrote > > Recently I facing one problem, when the connection for postgresql grow > up > to 45 or more, when I trigger a statement from WebApp > this statement will stuck forever. > I try to kill this transaction and then trigger the same statement > again > but it still the s

[BUGS] statement stuck when the connection grew up to 45 or more

2006-05-29 Thread kah_hang_ang
Hi, I'm using Postgresql 8.1.3. Recently I facing one problem, when the connection for postgresql grow up to 45 or more, when I trigger a statement from WebApp this statement will stuck forever. I try to kill this transaction and then trigger the same statement again but it still the same. Bu