mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Mark assorted variables PGDLLIMPORT.
This makes life easier for extension authors who wish to support Windows. Brian Cloutier, slightly amended by me. Discussion: http://postgr.es/m/CAJCy68fscdNhmzFPS4kyO00CADkvXvEa-28H-OtENk-pa2OTWw@mail.gmail.com
This commit is contained in:
@ -70,7 +70,7 @@ extern size_t pg_strftime(char *s, size_t max, const char *format,
|
||||
|
||||
/* these functions and variables are in pgtz.c */
|
||||
|
||||
extern pg_tz *session_timezone;
|
||||
extern PGDLLIMPORT pg_tz *session_timezone;
|
||||
extern pg_tz *log_timezone;
|
||||
|
||||
extern void pg_timezone_initialize(void);
|
||||
|
Reference in New Issue
Block a user