mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +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:
@@ -50,7 +50,7 @@ typedef int File;
|
||||
|
||||
|
||||
/* GUC parameter */
|
||||
extern int max_files_per_process;
|
||||
extern PGDLLIMPORT int max_files_per_process;
|
||||
|
||||
/*
|
||||
* This is private to fd.c, but exported for save/restore_backend_variables()
|
||||
|
||||
Reference in New Issue
Block a user