pgsql: Track procedure calls in pg_stat_user_functions

2018-10-08 Thread Peter Eisentraut
Track procedure calls in pg_stat_user_functions This was forgotten when procedures were implemented. Reported-by: Lukas Fittl Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c2055a4a171b11a7d0df7fabeaaeec9b8cdf85af Modified Files -- src/backend

pgsql: Track procedure calls in pg_stat_user_functions

2018-10-08 Thread Peter Eisentraut
Track procedure calls in pg_stat_user_functions This was forgotten when procedures were implemented. Reported-by: Lukas Fittl Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/634b4b79cbc7638feb459a1b76eae7af47af4606 Modified Files -- src/backend/comman