pgsql: Drop unlogged table after test is done - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Drop unlogged table after test is done
Date
Msg-id E1niz6u-0014MH-3k@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pgsql: Remove some recently-added pg_dump test cases.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Inhibit mingw CRT's auto-globbing of command line arguments