Remove io prefix from pg_stat_io columns
Melanie Plageman <melanieplageman@gmail.com>
From: Melanie Plageman <melanieplageman@gmail.com>
To: Pg Hackers <pgsql-hackers@postgresql.org>
Cc: Andres Freund <andres@anarazel.de>,
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Date: 2023-04-19T16:26:43Z
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
Attachments
- v1-0001-Remove-io-prefix-from-pg_stat_io-columns.patch (text/x-patch) patch v1-0001
Hi, 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 Attached patch does that. - Melanie [1] https://www.postgresql.org/message-id/20230215.164021.227543675435826022.horikyota.ntt%40gmail.com