Commit 708c529c authored by Andrew Dunstan's avatar Andrew Dunstan

Export set_latch_on_sigusr1 symbol for Windows.

Per buildfarm currawong and grip from David Rowley.
parent b64d956d
...@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment