pgsql: Don't track DEALLOCATE in pg_stat_statements.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Don't track DEALLOCATE in pg_stat_statements.
Дата
Msg-id E1XLwyO-0000Sr-NR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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 a behavioral change.

Fabien Coelho

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3cd934f635699b7c8b0027be69fddfc36be6f9b8

Modified Files
--------------
contrib/pg_stat_statements/pg_stat_statements.c |    5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Don't track DEALLOCATE in pg_stat_statements.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix typos in some error messages thrown by extension scripts whe