Remove io prefix from pg_stat_io columns
Michael Paquier <michael@paquier.xyz>
Remove io prefix from pg_stat_io columns a9c70b46 added the statistics view pg_stat_io which contained columns "io_context" and "io_object". Given that the columns are in the pg_stat_io view, the "io" prefix is somewhat redundant, so remove it. The code variables referring to these fields are kept unchanged so as they can keep their context about I/O. Bump catalog version. Author: Melanie Plageman Reviewed-by: Kyotaro Horiguchi, Fabrízio de Royes Mello Discussion: https://postgr.es/m/CAAKRu_aAQoJWrvT2BYYQvJChFKra_O-5ra3jhzKJZqWsTR1CPQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| contrib/amcheck/expected/check_heap.out | modified | +2 −2 |
| contrib/amcheck/sql/check_heap.sql | modified | +2 −2 |
| doc/src/sgml/monitoring.sgml | modified | +11 −11 |
| src/backend/catalog/system_views.sql | modified | +2 −2 |
| src/backend/utils/adt/pgstatfuncs.c | modified | +4 −4 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.dat | modified | +1 −1 |
| src/test/regress/expected/rules.out | modified | +3 −3 |
| src/test/regress/expected/stats.out | modified | +17 −17 |
| src/test/regress/sql/stats.sql | modified | +17 −17 |
Documentation touched
Discussion
- Remove io prefix from pg_stat_io columns 10 messages · 2023-04-19 → 2023-04-24