Skip to content

Commit 9b99f99

Browse files
committed
Added PGDLLIMPORT to max_worker_processes variable
1 parent 40d9910 commit 9b99f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/miscadmin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ extern PGDLLIMPORT int NBuffers;
161161
extern int MaxATX;
162162
extern int MaxBackends;
163163
extern int MaxConnections;
164-
extern int max_worker_processes;
164+
extern PGDLLIMPORT int max_worker_processes;
165165

166166
extern PGDLLIMPORT int MyProcPid;
167167
extern PGDLLIMPORT pg_time_t MyStartTime;

0 commit comments

Comments
 (0)