Skip to content

Commit 0bf0899

Browse files
committed
Remove a few of the new DROP-IF-EXISTS regression tests.
Commit 3301c83 broke the build farm. Let's try to fix that.
1 parent 82a4a77 commit 0bf0899

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/test/regress/expected/drop_if_exists.out

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,8 @@ NOTICE: role "tg2" does not exist, skipping
8686
DROP GROUP tg1;
8787
ERROR: role "tg1" does not exist
8888
-- collation
89-
DROP COLLATION test_collation_exists;
90-
ERROR: collation "test_collation_exists" for encoding "UTF8" does not exist
9189
DROP COLLATION IF EXISTS test_collation_exists;
9290
NOTICE: collation "test_collation_exists" does not exist, skipping
93-
CREATE COLLATION test_collation_exists FROM "POSIX";
94-
DROP COLLATION test_collation_exists;
9591
-- conversion
9692
DROP CONVERSION test_conversion_exists;
9793
ERROR: conversion "test_conversion_exists" does not exist

src/test/regress/sql/drop_if_exists.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,7 @@ DROP GROUP IF EXISTS tg1, tg2;
109109
DROP GROUP tg1;
110110

111111
-- collation
112-
DROP COLLATION test_collation_exists;
113112
DROP COLLATION IF EXISTS test_collation_exists;
114-
CREATE COLLATION test_collation_exists FROM "POSIX";
115-
DROP COLLATION test_collation_exists;
116113

117114
-- conversion
118115
DROP CONVERSION test_conversion_exists;

0 commit comments

Comments
 (0)