diff options
Diffstat (limited to 'src/include/storage/proc.h')
-rw-r--r-- | src/include/storage/proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 8b7dc728387..ff30832caea 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -225,8 +225,8 @@ extern PGPROC *PreparedXactProcs; /* configurable options */ extern PGDLLIMPORT int DeadlockTimeout; -extern int StatementTimeout; -extern int LockTimeout; +extern PGDLLIMPORT int StatementTimeout; +extern PGDLLIMPORT int LockTimeout; extern bool log_lock_waits; |