mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Apply PGDLLIMPORT markings to some GUC variables
According to the commit message in8ec569479, we must have all variables in header files marked with PGDLLIMPORT. In commitd3cc5ffe81some variables were moved from launch_backend.c file to several header files. This adds PGDLLIMPORT to moved variables. Author: Sofia Kopikova <s.kopikova@postgrespro.ru> Reviewed-by: Robert Haas <robertmhaas@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/e0b17014-5319-4dd6-91cd-93d9c8fc9539%40postgrespro.ru
This commit is contained in:
@@ -77,7 +77,7 @@ extern void procsignal_sigusr1_handler(SIGNAL_ARGS);
|
||||
typedef struct ProcSignalHeader ProcSignalHeader;
|
||||
|
||||
#ifdef EXEC_BACKEND
|
||||
extern ProcSignalHeader *ProcSignal;
|
||||
extern PGDLLIMPORT ProcSignalHeader *ProcSignal;
|
||||
#endif
|
||||
|
||||
#endif /* PROCSIGNAL_H */
|
||||
|
||||
Reference in New Issue
Block a user