Function for listing pg_wal/summaries directory
Yushi Ogiwara <btogiwarayuushi@oss.nttdata.com>
From: btogiwarayuushi <btogiwarayuushi@oss.nttdata.com>
To: pgsql-hackers@postgresql.org
Date: 2024-10-04T02:32:08Z
Lists: pgsql-hackers
Attachments
- ls_summariesdir.diff (text/x-diff) patch
Hi, While WAL summaries feature and some support functions have been added in version 17, merely listing the contents of the pg_wal/summaries directory is missing. As discussed in the pg_ls_archive_status() discussion, it would be convenient to add pg_ls_summariesdir() that lists the contents of the pg_wal/summaries directory with the pg_monitor role. This patch is based on a very recent master and does not include the catversion bump. Best, Yushi
Commits
-
Add pg_ls_summariesdir().
- 4e1fad37872e 18.0 landed