We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0922e43 commit c9bd96bCopy full SHA for c9bd96b
src/include/storage/proc.h
@@ -262,12 +262,12 @@ extern PGPROC *PreparedXactProcs;
262
263
264
/* configurable options */
265
-extern int DeadlockTimeout;
266
-extern int StatementTimeout;
267
-extern int LockTimeout;
268
-extern int IdleInTransactionSessionTimeout;
269
-extern int IdleSessionTimeout;
270
-extern bool log_lock_waits;
+extern int PGDLLIMPORT DeadlockTimeout;
+extern int PGDLLIMPORT StatementTimeout;
+extern int PGDLLIMPORT LockTimeout;
+extern int PGDLLIMPORT IdleInTransactionSessionTimeout;
+extern int PGDLLIMPORT IdleSessionTimeout;
+extern bool PGDLLIMPORT log_lock_waits;
271
272
273
/*
0 commit comments