forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit184951a
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 parent3d05965 commit184951a
File tree
3 files changed
+16
-3
lines changed- src/test/regress
- expected
- sql
3 files changed
+16
-3
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3164 | 3164 |
| |
3165 | 3165 |
| |
3166 | 3166 |
| |
| 3167 | + | |
| 3168 | + | |
| 3169 | + | |
| 3170 | + | |
| 3171 | + | |
| 3172 | + | |
| 3173 | + |
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
| |||
174 | 173 |
| |
175 | 174 |
| |
176 | 175 |
| |
177 |
| - | |
178 | 176 |
| |
179 | 177 |
| |
180 | 178 |
| |
| |||
205 | 203 |
| |
206 | 204 |
| |
207 | 205 |
| |
208 |
| - | |
209 | 206 |
| |
210 | 207 |
| |
211 | 208 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
531 | 531 |
| |
532 | 532 |
| |
533 | 533 |
| |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + |
0 commit comments
Comments
(0)