forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc29b9dc
Drop test view when done with it.
The view just added by commit53fe7e6 decompiles differentlyin v15 than HEAD (presumably as a consequence of47bb9db).That causes failures in cross-version upgrade testing.We could teach AdjustUpgrade.pm to compensate for that, but itseems less painful to just drop the view after we're done with it.Per buildfarm.1 parent2bab4da commitc29b9dc
File tree
2 files changed
+7
-0
lines changed- contrib/postgres_fdw
- expected
- sql
2 files changed
+7
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11679 | 11679 |
| |
11680 | 11680 |
| |
11681 | 11681 |
| |
| 11682 | + | |
| 11683 | + | |
| 11684 | + | |
11682 | 11685 |
| |
11683 | 11686 |
| |
11684 | 11687 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3894 | 3894 |
| |
3895 | 3895 |
| |
3896 | 3896 |
| |
| 3897 | + | |
| 3898 | + | |
| 3899 | + | |
| 3900 | + | |
3897 | 3901 |
| |
3898 | 3902 |
| |
3899 | 3903 |
| |
|
0 commit comments
Comments
(0)