forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7dc5a96
committed
Ensure we build generated headers at the start of some more cases.
"make installcheck" and some related cases, when invoked from the topleveldirectory, start out by doing "make all" in src/test/regress. Since that'sone make recursion level down, the submake-generated-headers target willdo nothing, causing us to fail to create/update generated headers beforebuilding pg_regress. This is, I believe, a new failure mode induced bycommit3b8f6e7, so let's fix it. To do so, we have to invokesubmake-generated-headers at the top level.Discussion:https://postgr.es/m/0401efec-68f1-679d-3ea3-21d4e8dd11af@gmail.com1 parent4f10e7e commit7dc5a96
2 files changed
+8
-8
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
355 | 355 |
| |
356 | 356 |
| |
357 | 357 |
| |
358 |
| - | |
359 |
| - | |
360 |
| - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
361 | 361 |
| |
362 |
| - | |
| 362 | + | |
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
| |||
806 | 806 |
| |
807 | 807 |
| |
808 | 808 |
| |
809 |
| - | |
810 |
| - | |
| 809 | + | |
| 810 | + | |
811 | 811 |
| |
812 | 812 |
| |
813 | 813 |
| |
| |||
820 | 820 |
| |
821 | 821 |
| |
822 | 822 |
| |
823 |
| - | |
| 823 | + | |
824 | 824 |
| |
825 | 825 |
| |
826 | 826 |
| |
|
0 commit comments
Comments
(0)