Last removed wal segment file - Mailing list pgsql-hackers

From mahendrakar s
Subject Last removed wal segment file
Date
Msg-id CABkiuWo_7Py0_RCbGKW=oEod4PFrFBM716qytdO3e-PK68DE9A@mail.gmail.com
Whole thread Raw
List pgsql-hackers
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).

Thanks,
Mahendrakar.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fix a wrong comment in load_file()
Next
From: Michel Pelletier
Date:
Subject: Re: Using Expanded Objects other than Arrays from plpgsql