BUG #13413: pg_stat_statements don't statistics "DEALLOCATE ALL" statements

From: held911(at)163(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13413: pg_stat_statements don't statistics "DEALLOCATE ALL" statements
Date: 2015-06-08 06:24:15
Message-ID: 20150608062415.2791.51100@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13413
Logged by: lidong.he
Email address: held911(at)163(dot)com
PostgreSQL version: 9.4.1
Operating system: linux
Description:

this function is ok in pg 9.3.5. But , it does not work in pg 9.4.1. it's
like follow:
b2c_product=# deallocate all;
DEALLOCATE ALL
b2c_product=# select query from pg_stat_statements where query ~*
'deallocate';
query
-------
(0 rows)

b2c_product=# select query from pg_stat_activity where query ~* 'deallocate'
limit 2;
query
-------------------------------------------------------------------------
select query from pg_stat_activity where query ~* 'deallocate' limit 2;
 DEALLOCATE ALL;
(2 rows)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message stadtkind2 2015-06-08 13:24:32 BUG #13416: Postgres >= 9.3 doesn't use optimized shared memory on Solaris anymore
Previous Message lincpa 2015-06-07 02:20:51 BUG #13409: pg-9.4.3-x86 initdb --locale = C error