pgsql: pgstat: separate "xact level" handling out of relation specific - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: pgstat: separate "xact level" handling out of relation specific
Date
Msg-id E1nW7Xq-000eND-Hz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d4ba8b51c76300f06cc23f4d8a41d9f7210c4866

Modified Files
--------------
src/backend/postmaster/pgstat.c | 68 +++++++++++++++++++++--------------------
1 file changed, 35 insertions(+), 33 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Enforce foreign key correctly during cross-partition updates
Next
From: Magnus Hagander
Date:
Subject: Re: pgsql: Allow extensions to add new backup targets.