Improve string handling during configuration file reload

This commit is contained in:
Ian Barwick
2019-04-16 11:20:41 +09:00
parent ad28cf95bd
commit 80f66e87c9
2 changed files with 30 additions and 19 deletions

View File

@@ -88,7 +88,7 @@ typedef struct
/* log settings */
char log_level[MAXLEN];
char log_facility[MAXLEN];
char log_file[MAXLEN];
char log_file[MAXPGPATH];
int log_status_interval;
/* standby clone settings */