forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb15db7f
committed
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 parentbc77be7 commitb15db7f
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 | |
---|---|---|---|
| |||
11473 | 11473 |
| |
11474 | 11474 |
| |
11475 | 11475 |
| |
| 11476 | + | |
| 11477 | + | |
| 11478 | + | |
11476 | 11479 |
| |
11477 | 11480 |
| |
11478 | 11481 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3719 | 3719 |
| |
3720 | 3720 |
| |
3721 | 3721 |
| |
| 3722 | + | |
| 3723 | + | |
| 3724 | + | |
| 3725 | + | |
3722 | 3726 |
| |
3723 | 3727 |
| |
3724 | 3728 |
| |
|
0 commit comments
Comments
(0)