Add pgstat_drop_matching_entries() to pgstats
authorMichael Paquier <michael@paquier.xyz>
Fri, 31 Jan 2025 03:27:19 +0000 (12:27 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 31 Jan 2025 03:27:19 +0000 (12:27 +0900)
commitce5c620fb6252dca00d3856d5f09d56c7f1215d0
treec1a9b8164a1398b2f5a5fba8150898aa1bd5ccfa
parent1e380fa7d82df8a1730b80a911f50952c711f2a8
Add pgstat_drop_matching_entries() to pgstats

This allows users of the cumulative statistics to drop entries in the
shared hash stats table, deleting as well local references.  Callers of
this function can optionally define a callback able to filter which
entries to drop, similarly to pgstat_reset_matching_entries() with its
callback do_reset().

pgstat_drop_all_entries() is refactored so as it uses this new function.

Author: Lukas Fitti
Discussion: https://postgr.es/m/CAP53PkwuFbo3NkwZgxwNRMjMfqPEqidD-SggaoQ4ijotBVLJAA@mail.gmail.com
src/backend/utils/activity/pgstat_shmem.c
src/include/utils/pgstat_internal.h