mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Properly define pg_upgrade global variable, per bug report from Chris
Ruprecht on Mac (64 bit).
This commit is contained in:
@ -237,7 +237,7 @@ typedef struct
|
||||
/*
|
||||
* Global variables
|
||||
*/
|
||||
char scandir_file_pattern[MAXPGPATH];
|
||||
extern char scandir_file_pattern[];
|
||||
|
||||
|
||||
/* check.c */
|
||||
|
Reference in New Issue
Block a user