summaryrefslogtreecommitdiff
path: root/src/include/storage/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/proc.h')
-rw-r--r--src/include/storage/proc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h
index 4ad4164927e..ec34cfd2198 100644
--- a/src/include/storage/proc.h
+++ b/src/include/storage/proc.h
@@ -207,7 +207,7 @@ typedef struct PROC_HDR
int startupBufferPinWaitBufId;
} PROC_HDR;
-extern PROC_HDR *ProcGlobal;
+extern PGDLLIMPORT PROC_HDR *ProcGlobal;
extern PGPROC *PreparedXactProcs;
@@ -223,7 +223,7 @@ extern PGPROC *PreparedXactProcs;
/* configurable options */
-extern int DeadlockTimeout;
+extern PGDLLIMPORT int DeadlockTimeout;
extern int StatementTimeout;
extern int LockTimeout;
extern bool log_lock_waits;