forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5d39807
committed
Add make dependency so that postgres.bki is rebuilt in major version change
Every time since the current rule for postgres.bki was put in placewhen we change the major version, people complain that their testsfail in strange ways. This is because the version number inpostgres.bki is not updated, because it has no dependency for that.And you can't even force the rebuild manually if you don't happen toknow which file has the problem. Fix that now before it will happenagain.The only remaining problem with switching major versions, as far asthe regression tests are concerned, is that contrib needs to berebuilt. But that's easily invoked, and in any case the failure modesare more friendly if you forget that.1 parent1c882e0 commit5d39807
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 |
| |
61 | 66 |
| |
62 | 67 |
| |
|
0 commit comments
Comments
(0)