On Fri, Mar 7, 2025 at 8:38 AM Andres Freund <and...@anarazel.de> wrote: > FWIW, I continue to think that this is a misuse of wait events. We shouldn't > use them as a poor man's general purpose tracing framework.
Well, okay. That's frustrating. If I return to the original design, but replace all of the high-level wait events with calls to pgstat_report_activity(), does that work? --Jacob