Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit579b985

Browse files
committed
Add missing header include to pmsignal.h.
pmsignal.h uses sig_atomic_t in some builds, but relied on signal.hhaving been included already. We could include it conditionallybut evidently that wouldn't save anything in practice and wouldadd more ugly macros, so let's just include signal.h always.Reported-by: Tom LaneDiscussion:https://postgr.es/m/4166.1533154074%40sss.pgh.pa.us
1 parent1c2cb27 commit579b985

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/include/storage/pmsignal.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#ifndefPMSIGNAL_H
1515
#definePMSIGNAL_H
1616

17+
#include<signal.h>
18+
1719
#ifdefHAVE_SYS_PRCTL_H
1820
#include"sys/prctl.h"
1921
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp