forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite2b83ff
committed
Fix for globals.c- c.h must come first
Commitda9b580 mistakenly put a system header before postgres.h (whichincludes c.h). That can cause portability issues and broke (at least)builds with older Windows compilers.Discovered by Mark Dilger.Discussion:https://postgr.es/m/BF04A27A-D132-4927-A80A-BAD18695E954@gmail.com1 parent5e79405 commite2b83ff
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
21 | 19 |
| |
22 | 20 |
| |
| 21 | + | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
0 commit comments
Comments
(0)