Re: Odd DEALLOCATE statements never finish in 9.2?

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

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.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Craig James 2012-10-18 22:05:17 Re: Odd DEALLOCATE statements never finish in 9.2?
Previous Message Craig James 2012-10-18 21:47:49 Odd DEALLOCATE statements never finish in 9.2?