diff options
author | Michael Paquier <michael@paquier.xyz> | 2025-02-26 15:29:51 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2025-02-26 15:37:28 +0900 |
commit | d7cbeaf261da346d8c745870da1d31075ae0313c (patch) | |
tree | 7ce92606d4061c3255f9365731000ffc9175a8d2 /src/backend/utils/adt/pgstatfuncs.c | |
parent | e117cfb2f6c67fe4ba46720bc6917da3dbd48c10 (diff) | |
download | postgresql-d7cbeaf261da346d8c745870da1d31075ae0313c.tar.gz postgresql-d7cbeaf261da346d8c745870da1d31075ae0313c.zip |
Remove pgstat_flush_wal()
All the processes that generate WAL should call pgstat_report_wal() to
report all their statistics related to WAL, and this is already what
happens in the tree. Keeping pgstat_report_wal() is confusing while the
other routine is encouraged.
This routine is not required since fc415edf8ca8, where it was lastly
used in pgstat_report_stat() before an equivalent callback existed.
Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/Z71oPkJJICrRB5Ws@paquier.xyz
Diffstat (limited to 'src/backend/utils/adt/pgstatfuncs.c')
0 files changed, 0 insertions, 0 deletions