Re: Function for listing pg_wal/summaries directory
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: btogiwarayuushi <btogiwarayuushi@oss.nttdata.com>
Cc: pgsql-hackers@postgresql.org
Date: 2024-10-04T15:02:11Z
Lists: pgsql-hackers
On Fri, Oct 04, 2024 at 11:32:08AM +0900, btogiwarayuushi wrote: > 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. Could you explain why you feel the existing support functions are insufficient? -- nathan
Commits
-
Add pg_ls_summariesdir().
- 4e1fad37872e 18.0 landed