Re: commit not completing - how to investigate?

From: Tim Dudgeon <tdudgeon(dot)ml(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: commit not completing - how to investigate?
Date: 2017-07-21 15:18:49
Message-ID: e00cc4cd-05d1-7fd1-a7a0-e7fea6e81919@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Maybe I'm not interpreting it correctly.
I was assuming that if the view reported a row then that row was still
"happening".
Yes, the state is "idle", and the command is "COMMIT".
But if the COMMIT has completed then the process should finish and the
row not be present?

So is what you are suggesting that in my case I'm using a connection
pool, and the COMMIT has completed successfully, the connection released
back to the pool, but not yet closed, so that process is still running?

Tim

On 21/07/2017 15:14, Tom Lane wrote:
> Tim Dudgeon <tdudgeon(dot)ml(at)gmail(dot)com> writes:
>> I have a situation where the pg_stat_activity view shows that can have
>> some processes that are idle and not completing. In some cases the
>> statement being executed is COMMIT.
> Are you sure you're interpreting the view properly? If the session
> state is shown as idle, it's idle. We used to show the query field
> as empty in that case, but recent PG versions allow the query field
> to continue to show the last-completed command.
>
> regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2017-07-21 17:23:30 Re: commit not completing - how to investigate?
Previous Message Tom Lane 2017-07-21 14:14:32 Re: commit not completing - how to investigate?