MAXFILENAME -> MAXPGPATH

This commit is contained in:
Ian Barwick
2016-04-04 14:53:40 +09:00
parent f27979bbe1
commit 3f0d1754a4

View File

@@ -2138,7 +2138,7 @@ parse_label_lsn(const char *label_key, const char *label_value)
static void
read_backup_label(const char *local_data_directory, struct BackupLabel *out_backup_label)
{
char label_path[MAXFILENAME];
char label_path[MAXPGPATH];
FILE *label_file;
int nmatches = 0;
char label_key[MAXLEN];