Re: [SQL] commit not completing - how to investigate? - Mailing list pgsql-sql

From Tim Dudgeon
Subject Re: [SQL] commit not completing - how to investigate?
Date
Msg-id e00cc4cd-05d1-7fd1-a7a0-e7fea6e81919@gmail.com
Whole thread Raw
In response to Re: [SQL] commit not completing - how to investigate?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [SQL] commit not completing - how to investigate?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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.ml@gmail.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




pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] commit not completing - how to investigate?
Next
From: Tom Lane
Date:
Subject: Re: [SQL] commit not completing - how to investigate?