postgresql/contrib/amcheck/sql
Michael Paquier 0ecb87e1fa 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
2023-04-21 07:21:50 +09:00
..
check.sql Add amcheck extension to contrib. 2017-03-09 16:33:02 -08:00
check_btree.sql Make relation-enumerating operations be security-restricted operations. 2022-05-09 08:35:08 -07:00
check_heap.sql Remove io prefix from pg_stat_io columns 2023-04-21 07:21:50 +09:00