We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad8ce1 commit 4dcbfc1Copy full SHA for 4dcbfc1
src/catalog.c
@@ -24,6 +24,7 @@ static pgBackup *readBackupControlFile(const char *path);
24
static bool exit_hook_registered = false;
25
static parray *lock_files = NULL;
26
27
+/* Iterate over locked backups and delete locks files */
28
static void
29
unlink_lock_atexit(void)
30
{
0 commit comments