pg_stat_statements cluttered with "DEALLOCATE dbdpg_p*" - Mailing list pgsql-hackers

From Fabien COELHO
Subject pg_stat_statements cluttered with "DEALLOCATE dbdpg_p*"
Date
Msg-id alpine.DEB.2.10.1404011631560.2557@sto
Whole thread Raw
Responses Re: pg_stat_statements cluttered with "DEALLOCATE dbdpg_p*"  (Andrew Dunstan <andrew@dunslane.net>)
Re: pg_stat_statements cluttered with "DEALLOCATE dbdpg_p*"  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: pg_stat_statements cluttered with "DEALLOCATE dbdpg_p*"  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
Hello pgdevs,

I noticed that my pg_stat_statements is cluttered with hundreds of entries 
like "DEALLOCATE dbdpg_p123456_7", occuring each only once.

It seems to me that it would be more helful if these similar entries where 
aggregated together, that is if the query "normalization" could ignore the 
name of the descriptor.

Any thoughts about this?

-- 
Fabien.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Inheritance of foregn key constraints.
Next
From: Magnus Hagander
Date:
Subject: Re: Including replication slot data in base backups