1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/lib/pgBackRest/Protocol
David Steele 5dc801d59d Fixed an issue where the async archiver would not be started if archive-push did not have enough space to queue a new WAL segment.
This meant that the queue would never be cleared without manual intervention (such as calling archive-push directly). PostgreSQL now receives errors when there is not enough space to store new WAL segments but the async process will still be started so that space is eventually freed.

Reported by Jens Wilke.
2016-10-05 09:47:34 -04:00
..
Common.pm Converted Perl threads to processes. 2016-09-06 09:35:02 -04:00
CommonMaster.pm Fixed timeout issues. 2016-09-14 16:37:07 -05:00
CommonMinion.pm Added the log-level-stderr option. 2016-10-05 09:09:30 -04:00
IO.pm Fixed an issue where the async archiver would not be started if archive-push did not have enough space to queue a new WAL segment. 2016-10-05 09:47:34 -04:00
LocalMaster.pm Converted Perl threads to processes. 2016-09-06 09:35:02 -04:00
LocalMinion.pm Converted Perl threads to processes. 2016-09-06 09:35:02 -04:00
LocalProcess.pm Log improvements: 2016-09-17 11:53:28 -04:00
Protocol.pm Added the cmd-ssh to allow the ssh client to be specified. 2016-10-05 08:55:54 -04:00
RemoteMaster.pm Added the cmd-ssh to allow the ssh client to be specified. 2016-10-05 08:55:54 -04:00
RemoteMinion.pm Refactor of protocol minions in preparation for the new local minion. 2016-09-06 09:15:22 -04:00