Re: Function for listing pg_wal/summaries directory - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Function for listing pg_wal/summaries directory
Date
Msg-id ZwPxmuTlLqLJRNqa@nathan
Whole thread Raw
In response to Re: Function for listing pg_wal/summaries directory  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: Function for listing pg_wal/summaries directory
List pgsql-hackers
On Mon, Oct 07, 2024 at 10:07:10AM +0900, Michael Paquier wrote:
> On Fri, Oct 04, 2024 at 10:02:11AM -0500, Nathan Bossart wrote:
>> Could you explain why you feel the existing support functions are
>> insufficient?
> 
> Because it is not possible to outsource the scan of pg_wal/summaries/
> to a different role, no?

I was under the impression that you could do this with
pg_available_wal_summaries() [0].

[0] https://www.postgresql.org/docs/current/functions-info.html#FUNCTIONS-INFO-WAL-SUMMARY

-- 
nathan



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Refactoring postmaster's code to cleanup after child exit
Next
From: Tomas Vondra
Date:
Subject: Re: Changing the state of data checksums in a running cluster