1
0
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:
Grigory Smolkin 2019-09-06 11:43:57 +03:00
parent bad8ce144e
commit 4dcbfc132b

View File

@ -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)
{