pgsql: Remove a few of the new DROP-IF-EXISTS regression tests.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove a few of the new DROP-IF-EXISTS regression tests.
Date: 2011-10-20 03:39:19
Message-ID: E1RGjTT-0005mT-7g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove a few of the new DROP-IF-EXISTS regression tests.

Commit 3301c83536e9da1e573e24ded2e610062dbf9cdc broke the build farm.
Let's try to fix that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0bf08994934d8e561c2cacc4fb4fc7e7eb602d2e

Modified Files
--------------
src/test/regress/expected/drop_if_exists.out | 4 ----
src/test/regress/sql/drop_if_exists.sql | 3 ---
2 files changed, 0 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-10-20 03:47:16 pgsql: Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF
Previous Message Robert Haas 2011-10-20 03:27:50 pgsql: Consolidate DROP handling for some object types.