forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2117c3c
committed
Fix duplicate typedef from commit0d8c9c1.
Older gcc versions don't like duplicate typedefs, so get rid ofthat in favor of doing it like we do it elsewhere, ie just usea "struct" declaration when trying to avoid importing a wholeheader file.Also, there seems no reason to include stringinfo.h here at all,so get rid of that addition too.Discussion:https://postgr.es/m/27239.1587415696@sss.pgh.pa.us1 parent67f82e9 commit2117c3c
1 file changed
+4
-6
lines changedLines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 | 15 |
| |
17 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 |
| |
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
24 |
| - | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| |||
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 | 34 |
| |
37 | 35 |
| |
38 | 36 |
| |
39 |
| - | |
| 37 | + | |
40 | 38 |
| |
41 | 39 |
|
0 commit comments
Comments
(0)