diff options
-rw-r--r-- | src/include/miscadmin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index c2b786e666e..3807955c8eb 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -134,7 +134,7 @@ extern pid_t PostmasterPid; extern bool IsPostmasterEnvironment; extern PGDLLIMPORT bool IsUnderPostmaster; extern bool IsBackgroundWorker; -extern bool IsBinaryUpgrade; +extern PGDLLIMPORT bool IsBinaryUpgrade; extern bool ExitOnAnyError; |