Remove io prefix from pg_stat_io columns

From: Melanie Plageman <melanieplageman(at)gmail(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Subject: Remove io prefix from pg_stat_io columns
Date: 2023-04-19 16:26:43
Message-ID: CAAKRu_aAQoJWrvT2BYYQvJChFKra_O-5ra3jhzKJZqWsTR1CPQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v1-0001-Remove-io-prefix-from-pg_stat_io-columns.patch text/x-patch 26.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2023-04-19 16:32:51 Re: segfault tied to "IS JSON predicate" commit
Previous Message Melanie Plageman 2023-04-19 15:17:04 Re: Wrong results from Parallel Hash Full Join