pgsql: Drop test view when done with it.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Drop test view when done with it.
Date: 2023-02-28 01:27:54
Message-ID: E1pWomX-0013hI-RR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/71a75626d5271f2bcdbdc43b8c13065c4634fd9f

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 3 +++
contrib/postgres_fdw/sql/postgres_fdw.sql | 4 ++++
2 files changed, 7 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2023-02-28 20:51:41 pgsql: Remove unnecessary and problematic collate.windows.win1252 tests
Previous Message Michael Paquier 2023-02-27 23:38:52 pgsql: Fix expected output of xml_2.out