pgsql: Drop unlogged table after test is done

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Drop unlogged table after test is done
Date: 2022-04-25 13:50:40
Message-ID: E1niz6u-0014MH-3k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Drop unlogged table after test is done

Another test is constructed on top of regression tests, which does not
work correctly with unlogged tables. For now, cope with that by making
sure no unlogged table is left behind.

Per buildfarm pink after 4fb5c794e586.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dec8ad367e46180f826d5b6dc820fbecba1b71d2

Modified Files
--------------
src/test/regress/expected/spgist.out | 1 +
src/test/regress/sql/spgist.sql | 1 +
2 files changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-04-25 18:57:12 Re: pgsql: Allow db.schema.table patterns, but complain about random garbag
Previous Message Robert Haas 2022-04-25 13:31:33 Re: pgsql: Remove some recently-added pg_dump test cases.