diff options
Diffstat (limited to 'contrib/pg_upgrade/pg_upgrade.h')
-rw-r--r-- | contrib/pg_upgrade/pg_upgrade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_upgrade/pg_upgrade.h b/contrib/pg_upgrade/pg_upgrade.h index db56601e9a5..34376047f7c 100644 --- a/contrib/pg_upgrade/pg_upgrade.h +++ b/contrib/pg_upgrade/pg_upgrade.h @@ -237,7 +237,7 @@ typedef struct /* * Global variables */ -char scandir_file_pattern[MAXPGPATH]; +extern char scandir_file_pattern[]; /* check.c */ |