public inbox for [email protected]
help / color / mirror / Atom feedFrom: Andres Freund <[email protected]>
To: [email protected]
Subject: pgsql: aio: Add pg_aios view
Date: Tue, 01 Apr 2025 17:34:27 +0000
Message-ID: <[email protected]> (raw)
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 <[email protected]>
Discussion: https://postgr.es/m/uvrtrknj4kdytuboidbhwclo4gxhswwcpgadptsjvjqcluzmah%40brqs62irg4dt
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/60f566b4f24362f54003569d5f6e24137bcd83fc
Modified Files
--------------
doc/src/sgml/system-views.sgml | 294 +++++++++++++++++++++++++++++++
src/backend/catalog/system_views.sql | 7 +
src/backend/storage/aio/Makefile | 1 +
src/backend/storage/aio/aio_funcs.c | 230 ++++++++++++++++++++++++
src/backend/storage/aio/meson.build | 1 +
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.dat | 9 +
src/test/regress/expected/privileges.out | 18 ++
src/test/regress/expected/rules.out | 16 ++
src/test/regress/sql/privileges.sql | 3 +
10 files changed, 580 insertions(+), 1 deletion(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgsql: aio: Add pg_aios view
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox