Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 708c529

Browse filesBrowse files
committed
Export set_latch_on_sigusr1 symbol for Windows.
Per buildfarm currawong and grip from David Rowley.
1 parent b64d956 commit 708c529
Copy full SHA for 708c529

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/include/storage/procsignal.h

Copy file name to clipboardExpand all lines: src/include/storage/procsignal.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ extern int SendProcSignal(pid_t pid, ProcSignalReason reason,
5454
BackendId backendId);
5555

5656
extern void procsignal_sigusr1_handler(SIGNAL_ARGS);
57-
extern bool set_latch_on_sigusr1;
57+
extern PGDLLIMPORT bool set_latch_on_sigusr1;
5858

5959
#endif /* PROCSIGNAL_H */

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.