You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-17 01:12:23 +02:00
Fix incorrect return type in backupFile().
This commit is contained in:
@ -306,5 +306,5 @@ backupFile(
|
||||
}
|
||||
MEM_CONTEXT_TEMP_END();
|
||||
|
||||
FUNCTION_LOG_RETURN_STRUCT(result);
|
||||
FUNCTION_LOG_RETURN(LIST, result);
|
||||
}
|
||||
|
Reference in New Issue
Block a user