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

From Robert Haas
Subject pgsql: Remove a few of the new DROP-IF-EXISTS regression tests.
Date
Msg-id E1RGjTT-0005mT-7g@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Consolidate DROP handling for some object types.
Next
From: Robert Haas
Date:
Subject: pgsql: Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF