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
This new callback gives fixed-numbered stats the possibility to takeactions based on the area of shared memory allocated for them.This removes from pgstat_shmem.c any knowledge specific to the typesof fixed-numbered stats, and the initializations happen in their ownfiles. Likeb68b29b, this change is useful to make this area ofthe code more pluggable, so as custom fixed-numbered stats can takeactions after their shared memory area is initialized.Reviewed-by: Bertrand DrouvotDiscussion:https://postgr.es/m/Zot5bxoPYdS7yaoy@paquier.xyz