mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-03-17 21:18:00 +02:00
add comment to unlink_lock_atexit()
This commit is contained in:
parent
bad8ce144e
commit
4dcbfc132b
@ -24,6 +24,7 @@ static pgBackup *readBackupControlFile(const char *path);
|
||||
static bool exit_hook_registered = false;
|
||||
static parray *lock_files = NULL;
|
||||
|
||||
/* Iterate over locked backups and delete locks files */
|
||||
static void
|
||||
unlink_lock_atexit(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user