Re: Make pg_stat_io view count IOs as bytes instead of blocks
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Cc: Nazir Bilal Yavuz <byavuz81@gmail.com>, Melanie Plageman <melanieplageman@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-01-14T03:18:23Z
Lists: pgsql-hackers
On Fri, Jan 10, 2025 at 08:23:46AM +0000, Bertrand Drouvot wrote: > On Fri, Jan 10, 2025 at 10:15:52AM +0300, Nazir Bilal Yavuz wrote: >> But I agree that having a macro has more benefits, >> also there already is a check for the 'io_op < IOOP_NUM_TYPES' in the >> pgstat_count_io_op() function. > > Yeah, I think we can remove the "io_op < IOOP_NUM_TYPE" assertion in > pgstat_count_io_op() (but keep this check as part of the macro). > > Appart from the above, LGTM. Okay, so applied. And I've somewhat managed to fat-finger the business with pgstat_count_io_op() with an incorrect rebase. Will remove in a minute.. -- Michael
Commits
-
Rework macro pgstat_is_ioop_tracked_in_bytes()
- 7b6468cc9523 18.0 landed
-
Remove assertion in pgstat_count_io_op()
- d2181b321852 18.0 landed
-
Make pg_stat_io count IOs as bytes instead of blocks for some operations
- f92c854cf406 18.0 landed
-
Merge pgstat_count_io_op_n() and pgstat_count_io_op()
- f0bf7857befe 18.0 landed