pgstat: separate "xact level" handling out of relation specific functions.
authorAndres Freund <andres@anarazel.de>
Mon, 21 Mar 2022 02:12:09 +0000 (19:12 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 21 Mar 2022 02:12:09 +0000 (19:12 -0700)
commitd4ba8b51c76300f06cc23f4d8a41d9f7210c4866
treeae7a6bd1a08bd96fcda5d8c5aed2a44a48d9aa17
parentbff258a2732e3f8cf94010345c4ad37f8f9b5899
pgstat: separate "xact level" handling out of relation specific functions.

This is in preparation of a later commit moving relation stats handling into
its own file.

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