Skip to content

Commit be43149

Browse files
committed
Add PGDLLIMPORT to max_worker_processes and some more configuration variables
1 parent 2f7af48 commit be43149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/miscadmin.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ extern bool ExitOnAnyError;
157157
extern PGDLLIMPORT char *DataDir;
158158

159159
extern PGDLLIMPORT int NBuffers;
160-
extern int MaxBackends;
161-
extern int MaxConnections;
162-
extern int max_worker_processes;
160+
extern PGDLLIMPORT int MaxBackends;
161+
extern PGDLLIMPORT int MaxConnections;
162+
extern PGDLLIMPORT int max_worker_processes;
163163

164164
extern PGDLLIMPORT int MyProcPid;
165165
extern PGDLLIMPORT pg_time_t MyStartTime;

0 commit comments

Comments
 (0)