mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
Add various missing close() calls
This commit is contained in:
@@ -6440,6 +6440,8 @@ run_file_backup(t_node_info *node_record)
|
||||
|
||||
if (fputs(tablespace_map.data, tablespace_map_file) == EOF)
|
||||
{
|
||||
fclose(tablespace_map_file);
|
||||
|
||||
log_error(_("unable to write to tablespace_map file \"%s\""), tablespace_map_filename.data);
|
||||
|
||||
r = ERR_BAD_BASEBACKUP;
|
||||
|
||||
Reference in New Issue
Block a user