1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-02-21 19:48:29 +02:00
David Steele 8ff956ad7e Add lock module initialization.
Each call to lockAcquireP() passed enough information to initialize the lock system. This was somewhat inefficient and as locks become more complicated it will lead to more code duplication. Since a process can only take one type of lock it makes sense to do most of the initialization up front.

Also reduce the log level of lockRelease() since it is only called at exit and the lock will be released in any case.
2023-03-25 14:07:31 +07:00
..
2021-10-18 14:32:41 -04:00
2023-03-25 14:07:31 +07:00
2023-01-30 12:22:41 +07:00
2023-03-25 14:07:31 +07:00
2023-01-30 12:22:41 +07:00