pgbackman
pgbackman copied to clipboard
Pg10 xlog to wal
Hi,
I have added the code to allow the wal replay to be paused and restarted on postgres version 10 and up.
This problem was caused by the renaming of the pg_xlog_replay_pause(), pg_xlog_replay_resume() and pg_is_xlog_replay_paused() functions to pg_wal_replay_pause(), pg_wal_replay_resume() and pg_is_wal_replay_paused().
HI,
Is there any chance of you merging this in? I have some other postgres 10 compatibility changes that I want to make and it would be nice to get this closed out first.
All the best Phil