forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit52f4461
committed
Fix make headerscheck
In the wake of commitsdac048f andecaf7c5, `make headerscheck`no longer generated all headers that are included by other headers,causing headerscheck/cpluspluscheck to fail. To fix, backpatch enoughmakefile rules from721856f to generate all required headers.Reported by Marina PolyakovaBackpatch to version 16 only, as the issue is not present on masterDiscussion:https://postgr.es/m/231ea1127719b2b3d6d1c05f75808981%40postgrespro.ru1 parent2209c70 commit52f4461
2 files changed
+6
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
163 |
| - | |
| 163 | + | |
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
|
0 commit comments
Comments
(0)