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
Soon the stats collector will be no more, with statistics instead gettingstored in shared memory. There are a lot of references to the stats collectorin comments. This commit replaces most of these references with "cumulativestatistics system", with the remaining ones getting replaced as part ofsubsequent commits.This is done separately from the - quite large - shared memory statisticspatch to make review easier.Author: Andres Freund <andres@anarazel.de>Reviewed-By: Justin Pryzby <pryzby@telsasoft.com>Reviewed-By: Thomas Munro <thomas.munro@gmail.com>Reviewed-By: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Discussion:https://postgr.es/m/20220303021600.hs34ghqcw6zcokdh@alap3.anarazel.deDiscussion:https://postgr.es/m/20220308205351.2xcn6k4x5yivcxyd@alap3.anarazel.de