> > Why is pg_get_multixact_stats() called _stats? From what I can tell it doesn't
> > return anything stats like? What it returns is more like the *state* of the
> > subsystem?
>
> Hmm. Perhaps pg_get_multixact_state() then? We still have time to
> adjust that before the release. If somebody has a better idea of
> name, please feel free.
I guess pg_get_multixact_usage() sounds better to me and it matches the
code comment:
/*
* pg_get_multixact_stats
*
* Returns statistics about current multixact usage.
*/
--
Sami