forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5c4920b
committed
Remove stdbool workaround in sepgsql
Since we now use stdbool.h in c.h, this workaround breaks the build andis no longer necessary, so remove it. (Technically, there could beplatforms with a 4-byte bool in stdbool.h, in which case we would notinclude stdbool.h in c.h, and so the old problem that caused thisworkaround would reappear. But this combination is not known to happenon the range of platforms where sepgsql can be built.)1 parent9a95a77 commit5c4920b
1 file changed
+0
-8
lines changedLines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 | 15 |
| |
24 | 16 |
| |
25 | 17 |
| |
|
0 commit comments
Comments
(0)