pgstat: Split out relation stats handling from AtEO[Sub]Xact_PgStat() etc.
authorAndres Freund <andres@anarazel.de>
Mon, 20 Sep 2021 20:56:16 +0000 (13:56 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 20 Sep 2021 20:56:16 +0000 (13:56 -0700)
commite1f958d759ff71a264973d13e9bc86c7db822928
tree114be5fb4212b64d61b0634361276b12450324d5
parentd3014fff4cd4dcaf4b2764d96ad038f3be7413b0
pgstat: Split out relation stats handling from AtEO[Sub]Xact_PgStat() etc.

An upcoming patch will add additional work to these functions. To avoid the
functions getting too complicated / doing too many things at once, split out
sub-tasks into their own functions.

Author: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/20210405092914.mmxqe7j56lsjfsej@alap3.anarazel.de
src/backend/postmaster/pgstat.c