]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Drop test view when done with it.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Feb 2023 01:27:48 +0000 (20:27 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Feb 2023 01:27:48 +0000 (20:27 -0500)
commitb15db7f6905acb0c40e651bef54d86ffe4b30d39
tree87d38f723c1292b4cf4b958ef2fc683cba46164a
parentbc77be7145e1dfa9296cd219a269c40b6c1d9f9d
Drop test view when done with it.

The view just added by commit 53fe7e6cb decompiles differently
in v15 than HEAD (presumably as a consequence of 47bb9db75).
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.
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/sql/postgres_fdw.sql