Re: Last removed wal segment file

2024-12-22 Thread Michael Paquier
On Mon, Dec 23, 2024 at 09:22:06AM +0530, mahendrakar s wrote: > Is there any psql utility function that returns the last removed wal > segment file? > I see there is a method: XLogGetLastRemovedSegno in xlog.c. > Would be happy to add a new psql function around it (similar to: >

Last removed wal segment file

2024-12-22 Thread mahendrakar s
Hi Hackers, Is there any psql utility function that returns the last removed wal segment file? I see there is a method: XLogGetLastRemovedSegno in xlog.c. Would be happy to add a new psql function around it (similar to: pg_walfile_name, pg_last_wal_replay_lsn, etc other utility functions we have