From: | Kevin Grittner <kgrittn(at)ymail(dot)com> |
---|---|
To: | shanmugavel muthuvel <shanmugavel(dot)muthu(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: virtualxid,relation lock |
Date: | 2013-08-30 20:33:09 |
Message-ID: | 1377894789.24607.YahooMailNeo@web162904.mail.bf1.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
shanmugavel muthuvel <shanmugavel(dot)muthu(at)gmail(dot)com> wrote:
> I have an issue with of "idle transaction" and one select
> statement in backend.
> How can fix the issue.
There wasn't enough detail in the problem statement to make a
detailed suggestion. The general suggestion would be to make sure
that transactions are never left idle for any significant amount of
time. (For example, applications should never wait for user input
with a transaction pending.)
For more detailed suggestions, please review this for ideas on what
people might need to see to provide more specific suggestions:
http://wiki.postgresql.org/wiki/Guide_to_reporting_problems
--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | 高健 | 2013-08-31 02:22:47 | Re: What is the relationship between checkpoint and wal |
Previous Message | Kevin Grittner | 2013-08-30 20:25:21 | Re: What is the relationship between checkpoint and wal |