Re: Odd DEALLOCATE statements never finish in 9.2?

From: Craig James <cjames(at)emolecules(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Odd DEALLOCATE statements never finish in 9.2?
Date: 2012-10-18 22:05:17
Message-ID: CAFwQ8rd91u6mOS4bxfN9=dLJDbUnbd1_rr=PXwYhn28B8m43TQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, Oct 18, 2012 at 2:54 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Craig James <cjames(at)emolecules(dot)com> writes:
> > I installed 9.2 on our new server and am seeing something odd that
> doesn't
> > happen in 8.4:
>
> > postgres=# select datname, pid, usename, query from pg_stat_activity
> where
> > query != '<IDLE>';
>
> The query column now means "current or last query" --- there's a
> separate column to check for the idle status. Those DEALLOCATEs
> are evidently what your app does before going idle.
>

Nice feature. Thanks.

Craig

>
> regards, tom lane
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Craig Ringer 2012-10-19 03:31:39 Re: Migration from Postgresql 9 to Oracle 10g
Previous Message Tom Lane 2012-10-18 21:54:46 Re: Odd DEALLOCATE statements never finish in 9.2?