- Notifications
You must be signed in to change notification settings - Fork5
Commitbd190ea
committed
Silence compiler warning in sepgsql
<selinux/label.h> includes <stdbool.h>, which creates an incompatibleWe don't care if <stdbool.h> redefines "true"/"false"; those are closeenough.Complaint and initial patch by Mike Palmiotto. Final approach perTom Lane's suggestion, as discussed on hackers. Backpatching toall supported branches.Discussion:https://postgr.es/m/flat/623bcaae-112e-ced0-8c22-a84f75ae0c53%40joeconway.com1 parentd611517 commitbd190ea
1 file changed
+10
-2
lines changedLines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
13 | 23 |
| |
14 | 24 |
| |
15 | 25 |
| |
| |||
37 | 47 |
| |
38 | 48 |
| |
39 | 49 |
| |
40 |
| - | |
41 |
| - | |
42 | 50 |
| |
43 | 51 |
| |
44 | 52 |
| |
|
0 commit comments
Comments
(0)