pgsql: Manual cleanup and pgindent of pgstat and bufmgr related code

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Manual cleanup and pgindent of pgstat and bufmgr related code
Date: 2023-01-13 23:32:08
Message-ID: E1pGTWp-003Wc5-UF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Manual cleanup and pgindent of pgstat and bufmgr related code

This is in preparation for commiting a larger patch series in the area.

Discussion: https://postgr.es/m/CAAKRu_bHwGEbzNxxy+MQDkrsgog6aO6iUvajJ4d6PD98gFU7+w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/250c8ee07ede8a104ae1471f6ebca204d94267dd

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 22 +++++++++++-----------
src/backend/storage/buffer/localbuf.c | 4 ++--
src/backend/utils/activity/pgstat.c | 3 ++-
src/backend/utils/activity/pgstat_relation.c | 1 +
src/backend/utils/adt/pgstatfuncs.c | 2 +-
src/include/pgstat.h | 1 +
src/include/utils/pgstat_internal.h | 1 +
7 files changed, 19 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-01-13 23:35:18 pgsql: Add 250c8ee07ed to git-blame-ignore-revs
Previous Message Jeff Davis 2023-01-13 23:08:27 pgsql: Clean up useless "skipping" messages for VACUUM/ANALYZE.