pgbackman icon indicating copy to clipboard operation
pgbackman copied to clipboard

Pg10 xlog to wal

Open philmcc opened this issue 7 years ago • 1 comments

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().

philmcc avatar Jan 16 '19 13:01 philmcc

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

philmcc avatar May 13 '19 13:05 philmcc