1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-16 10:20:02 +02:00
pgbackrest/build/lib/pgBackRestBuild/Config
David Steele 251dbede8f Add locking capability to the remote command.
When a repository server is configured, commands that modify the repository acquire a remote lock as well as a local lock for extra protection against multiple writers.

Instead of the custom logic used in Perl, make remote locking part of the command configuration.

This also means that the C remote needs the stanza since it is used to construct the lock name.  We may need to revisit this at a later date.
2019-03-27 21:14:06 +00:00
..
Build.pm Add locking capability to the remote command. 2019-03-27 21:14:06 +00:00
BuildDefine.pm Remove extraneous use/include statements. 2018-11-24 20:31:35 -05:00
BuildParse.pm Allow resolve array from cd5df357 to autosize to detect short arrays in testing. 2018-08-14 17:17:14 -04:00
Data.pm Add locking capability to the remote command. 2019-03-27 21:14:06 +00:00