- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitfb583c8
committed
Remove abstime, reltime, tinterval tables from old regression databases.
In the back branches, drop these tables after the regression tests aredone with them. This fixes failures of cross-branch pg_upgrade testingcaused by these types having been removed in v12. We do lose the abilityto test dump/restore behavior with these types in the back branches, butthe actual loss of code coverage seems to be nil given that there's nothingvery special about these types.Discussion:https://postgr.es/m/20181009192237.34wjp3nmw7oynmmr@alap3.anarazel.de1 parent01187f3 commitfb583c8
File tree
3 files changed
+17
-4
lines changed- src/test/regress
- expected
- sql
3 files changed
+17
-4
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2965 | 2965 |
| |
2966 | 2966 |
| |
2967 | 2967 |
| |
| 2968 | + | |
| 2969 | + | |
| 2970 | + | |
| 2971 | + | |
| 2972 | + | |
| 2973 | + | |
| 2974 | + |
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
| |||
142 | 141 |
| |
143 | 142 |
| |
144 | 143 |
| |
145 |
| - | |
146 | 144 |
| |
147 | 145 |
| |
148 | 146 |
| |
| |||
166 | 164 |
| |
167 | 165 |
| |
168 | 166 |
| |
169 |
| - | |
170 | 167 |
| |
171 |
| - | |
| 168 | + | |
172 | 169 |
| |
173 | 170 |
| |
174 | 171 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
477 | 477 |
| |
478 | 478 |
| |
479 | 479 |
| |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + |
0 commit comments
Comments
(0)