Commit 71a7562
committed
Drop test view when done with it.
The view just added by commit 53fe7e6 decompiles differently
in v15 than HEAD (presumably as a consequence of 47bb9db).
That causes failures in cross-version upgrade testing.
We could teach AdjustUpgrade.pm to compensate for that, but it
seems less painful to just drop the view after we're done with it.
Per buildfarm.1 parent 737668d commit 71a7562
File tree
2 files changed
+7
-0
lines changed- contrib/postgres_fdw
- expected
- sql
2 files changed
+7
-0
lines changed| 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 | | |
| |||
| 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