forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbf7427b
committed
Minimal portability fix for commite1551f9.
Older gcc versions are not happy with having multiple declarationsfor the same typedef name (not struct name). I'm a bit dubiousas to how well-thought-out that patch was at all, but for the momentjust fix it enough so I can get some work done today.Discussion:https://postgr.es/m/20191218101338.GB325369@paquier.xyz1 parentecb09cd commitbf7427b
2 files changed
+6
-4
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
33 |
| - | |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
19 | 21 |
| |
20 |
| - | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
| |||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
75 |
| - | |
| 76 | + | |
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
|
0 commit comments
Comments
(0)