mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Export set_latch_on_sigusr1 symbol for Windows.
Per buildfarm currawong and grip from David Rowley.
This commit is contained in:
@ -54,6 +54,6 @@ extern int SendProcSignal(pid_t pid, ProcSignalReason reason,
|
||||
BackendId backendId);
|
||||
|
||||
extern void procsignal_sigusr1_handler(SIGNAL_ARGS);
|
||||
extern bool set_latch_on_sigusr1;
|
||||
extern PGDLLIMPORT bool set_latch_on_sigusr1;
|
||||
|
||||
#endif /* PROCSIGNAL_H */
|
||||
|
Reference in New Issue
Block a user