Skip to content

Commit a8358e5

Browse files
committed
Mark session_timezone as PGDLLIMPORT to allow pgpro_scheduler build on windonws
1 parent 981bd24 commit a8358e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/pgtime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ extern size_t pg_strftime(char *s, size_t max, const char *format,
7070

7171
/* these functions and variables are in pgtz.c */
7272

73-
extern pg_tz *session_timezone;
73+
extern PGDLLIMPORT pg_tz *session_timezone;
7474
extern pg_tz *log_timezone;
7575

7676
extern void pg_timezone_initialize(void);

0 commit comments

Comments
 (0)