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
+1
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)
{