Skip to content
Snippets Groups Projects
Commit 708c529c authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Export set_latch_on_sigusr1 symbol for Windows.

Per buildfarm currawong and grip from David Rowley.
parent b64d956d
Branches
Tags
No related merge requests found
...@@ -54,6 +54,6 @@ extern int SendProcSignal(pid_t pid, ProcSignalReason reason, ...@@ -54,6 +54,6 @@ extern int SendProcSignal(pid_t pid, ProcSignalReason reason,
BackendId backendId); BackendId backendId);
extern void procsignal_sigusr1_handler(SIGNAL_ARGS); extern void procsignal_sigusr1_handler(SIGNAL_ARGS);
extern bool set_latch_on_sigusr1; extern PGDLLIMPORT bool set_latch_on_sigusr1;
#endif /* PROCSIGNAL_H */ #endif /* PROCSIGNAL_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment