aio: Add pg_aios view
Andres Freund <andres@anarazel.de>
aio: Add pg_aios view The new view lists all IO handles that are currently in use and is mainly useful for PG developers, but may also be useful when tuning PG. Bumps catversion. Reviewed-by: Noah Misch <noah@leadboat.com> Discussion: https://postgr.es/m/uvrtrknj4kdytuboidbhwclo4gxhswwcpgadptsjvjqcluzmah%40brqs62irg4dt
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/system-views.sgml | modified | +294 −0 |
| src/backend/catalog/system_views.sql | modified | +7 −0 |
| src/backend/storage/aio/aio_funcs.c | added | +230 −0 |
| src/backend/storage/aio/Makefile | modified | +1 −0 |
| src/backend/storage/aio/meson.build | modified | +1 −0 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.dat | modified | +9 −0 |
| src/test/regress/expected/privileges.out | modified | +18 −0 |
| src/test/regress/expected/rules.out | modified | +16 −0 |
| src/test/regress/sql/privileges.sql | modified | +3 −0 |
Documentation touched
Discussion
- AIO v2.0 213 messages · 2024-09-01 → 2025-07-29