[COMMITTERS] pgsql: Don't track DEALLOCATE in pg_stat_statements.

2014-08-25 Thread Heikki Linnakangas
Don't track DEALLOCATE in pg_stat_statements. We also don't track PREPARE, nor do we track planning time in general, so let's ignore DEALLOCATE as well for consistency. Backpatch to 9.4, but not further than that. Although it seems unlikely that anyone is relying on the current behavior, this is

[COMMITTERS] pgsql: Don't track DEALLOCATE in pg_stat_statements.

2014-08-25 Thread Heikki Linnakangas
Don't track DEALLOCATE in pg_stat_statements. We also don't track PREPARE, nor do we track planning time in general, so let's ignore DEALLOCATE as well for consistency. Backpatch to 9.4, but not further than that. Although it seems unlikely that anyone is relying on the current behavior, this is