From: Andrew Dunstan Date: Fri, 17 Jan 2014 17:48:23 +0000 (-0500) Subject: Export set_latch_on_sigusr1 symbol for Windows. X-Git-Tag: REL9_4_BETA1~666 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=708c529c7fdeba9387825d746752fc6f439d781e;p=thirdparty%2Fpostgresql.git Export set_latch_on_sigusr1 symbol for Windows. Per buildfarm currawong and grip from David Rowley. --- diff --git a/src/include/storage/procsignal.h b/src/include/storage/procsignal.h index d571958bda5..c6255620f3d 100644 --- a/src/include/storage/procsignal.h +++ b/src/include/storage/procsignal.h @@ -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 */