diff options
Diffstat (limited to 'src/test/regress/expected/drop_if_exists.out')
| -rw-r--r-- | src/test/regress/expected/drop_if_exists.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/drop_if_exists.out b/src/test/regress/expected/drop_if_exists.out index d29077657f..85994016e1 100644 --- a/src/test/regress/expected/drop_if_exists.out +++ b/src/test/regress/expected/drop_if_exists.out @@ -214,7 +214,7 @@ ERROR: access method "no_such_am" does not exist DROP OPERATOR FAMILY test_operator_family USING btree; ERROR: operator family "test_operator_family" does not exist for access method "btree" DROP OPERATOR FAMILY IF EXISTS test_operator_family USING btree; -ERROR: operator family "test_operator_family" does not exist for access method "btree" +NOTICE: operator family "test_operator_family" does not exist for access method "btree", skipping DROP OPERATOR FAMILY test_operator_family USING no_such_am; ERROR: access method "no_such_am" does not exist DROP OPERATOR FAMILY IF EXISTS test_operator_family USING no_such_am; |
