Re: Remove io prefix from pg_stat_io columns
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Fabrízio de Royes Mello <fabriziomello@gmail.com>
Cc: Melanie Plageman <melanieplageman@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>, Andres Freund <andres@anarazel.de>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Date: 2023-04-20T00:42:08Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove io prefix from pg_stat_io columns
- 0ecb87e1fa07 16.0 landed
On Wed, Apr 19, 2023 at 01:54:21PM -0300, Fabrízio de Royes Mello wrote: > On Wed, Apr 19, 2023 at 1:27 PM Melanie Plageman <melanieplageman@gmail.com> wrote: >> Over in [1], we discussed removing the "io" prefix from the columns >> "io_context" and "io_object" in pg_stat_io since they seem redundant >> given the view name > > LGTM. All tests passed and were built without warnings. There are a lot of internal references to both of them mainly around the buffer manager and the pgstat code, still I agree that the view feels redundant as currently written, so agreed. It does not seem like you have missed any references here, from what I can see. -- Michael