mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Minor style fix
This commit is contained in:
4
repmgr.c
4
repmgr.c
@@ -2632,6 +2632,7 @@ get_tablespace_data_barman
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
get_barman_property(char *dst, char *name, char *local_repmgr_directory)
|
||||
{
|
||||
@@ -5858,7 +5859,8 @@ do_standby_restore_config(void)
|
||||
exit(ERR_BAD_CONFIG);
|
||||
}
|
||||
|
||||
while ((arcdir_ent = readdir(arcdir)) != NULL) {
|
||||
while ((arcdir_ent = readdir(arcdir)) != NULL)
|
||||
{
|
||||
struct stat statbuf;
|
||||
char arcdir_ent_path[MAXPGPATH];
|
||||
PQExpBufferData src_file;
|
||||
|
||||
Reference in New Issue
Block a user