Skip to content

Commit 40dd6e0

Browse files
committed
Add PGDLLIMPORT to max_worker_processes and some more configuration variables
1 parent cb233b4 commit 40dd6e0

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
@@ -158,9 +158,9 @@ extern bool ExitOnAnyError;
158158
extern PGDLLIMPORT char *DataDir;
159159

160160
extern PGDLLIMPORT int NBuffers;
161-
extern int MaxATX;
162-
extern int MaxBackends;
163-
extern int MaxConnections;
161+
extern PGDLLIMPORT int MaxATX;
162+
extern PGDLLIMPORT int MaxBackends;
163+
extern PGDLLIMPORT int MaxConnections;
164164
extern PGDLLIMPORT int max_worker_processes;
165165

166166
extern PGDLLIMPORT int MyProcPid;

0 commit comments

Comments
 (0)