Application crashing due to idle connection

From: itishree sukla <itishree(dot)sukla(at)gmail(dot)com>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Application crashing due to idle connection
Date: 2014-06-18 05:27:30
Message-ID: CAL-g6VQ-We8gXgW7Q77_uByiLSHbOY=5KQyUPthE_eEgVchfUQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

Our application is crashing due to lot of idle connection from last 1 month
it is very frequent.

When i checked pg_stat_activity I found below query :SELECT e.typdelim FROM
pg_catalog.pg_type t, pg_catalog.pg_type e WHERE t.oid = $1 and t.typelem =
e.oid:

is on idle state number of time. After killing connection this query is
also vanishing from pg_stat_activity.

Can any one please give me some clue what cloud be the possible reason, and
how to get rid of this problem.

Thanks in advance.

Regards,
Itishree

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G Johnston 2014-06-18 06:15:03 Re: Application crashing due to idle connection
Previous Message Adrian Klaver 2014-06-18 02:31:56 Re: pg_restore: custom archiver unexpected end of file , ERROR: missing data for column