Skip to content

Commit c9bd96b

Browse files
committed
Export symbol StatementTimeout, required by scheduler for windows builds to compile
1 parent 0922e43 commit c9bd96b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/include/storage/proc.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,12 @@ extern PGPROC *PreparedXactProcs;
262262

263263

264264
/* 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;
265+
extern int PGDLLIMPORT DeadlockTimeout;
266+
extern int PGDLLIMPORT StatementTimeout;
267+
extern int PGDLLIMPORT LockTimeout;
268+
extern int PGDLLIMPORT IdleInTransactionSessionTimeout;
269+
extern int PGDLLIMPORT IdleSessionTimeout;
270+
extern bool PGDLLIMPORT log_lock_waits;
271271

272272

273273
/*

0 commit comments

Comments
 (0)