You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
It is possible to call pg_stat_reset_single_function_counters() for asingle function, but the reset time was missing the system view showingits statistics. Like all the fields of pg_stat_user_functions, the GUCtrack_functions needs to be enabled to show the statistics aboutfunction executions.Bump catalog version.Bump PGSTAT_FILE_FORMAT_ID, as a result of the new field added toPgStat_StatFuncEntry.Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>Discussion:https://postgr.es/m/aONjnsaJSx-nEdfU@paquier.xyz