Skip to content

Commit 4dcbfc1

Browse files
committed
add comment to unlink_lock_atexit()
1 parent bad8ce1 commit 4dcbfc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/catalog.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ static pgBackup *readBackupControlFile(const char *path);
2424
static bool exit_hook_registered = false;
2525
static parray *lock_files = NULL;
2626

27+
/* Iterate over locked backups and delete locks files */
2728
static void
2829
unlink_lock_atexit(void)
2930
{

0 commit comments

Comments
 (0)